body {
  background-color: #D4ECDD;
}

.form-signin, .form-register {
  background-color: #345B63;
  margin: 50px 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  border-radius: 30% 10% 30% 10%;
}

#title-login, #title-register {
  margin-bottom: 10%;
  color: white;
}

.btn-primary {
  width: 215px;
}

.home {
  display: flex;
}

.dashboard {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  min-height: 100vh;
  width: auto;
  position: sticky;
  background-color: #152D35;
  color: #D4ECDD;
}

.user {
  margin-top: 15px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.dashboard-list {
  list-style: none;
  text-decoration: none;
}

a {
  color: #D4ECDD;
  text-decoration: none;
}

.blue {
  background-color: blue;
}

.red {
  background-color: red;
}

.white {
  background-color: white;
}

.green {
  background-color: #152D35;
}

.yellow {
  background-color: yellow;
}

#main {
  border: 1px solid black;
  height: auto;
  align-items: center;
}

.food-list {
  margin-top: 25px;
  width: 900px;
}

.food-detail {
  width: 500px;
  margin-top: 10px;
}

.form-food {
  margin-top: 35px;
  width: 500px;
}

.button-sbmt {
  float: right;
}



/*# sourceMappingURL=/style.e308ff8e.css.map */