body {
  background-color: #f7f7f7; 
  padding-bottom: 40px;
}

.navbar-brand {
  font-weight: 500;
}

.navbar-toggler {
  border-style: none;
}

.form-label {
  font-weight: 500;
  font-size: 1.1rem;
}

.panel {
/*    background-color: #e2ddd7;*/
  background-color: #edeae6;
  padding: 20px
}

.alert {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
}