* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Libre Baskerville", sans-serif;
    background-color: #e2e9e2;
}

.navbar {
  background: rgb(220, 215, 198);
  padding: 50px 50px;
  box-shadow: 0 1px 20px rgb(115, 111, 97);
}

.navdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(220, 215, 198);
}

.title {
  display: flex;
  position: absolute;
  margin: auto;
  margin-top: -7%;
  margin-left: 4%;
  background-color: rgb(220, 215, 198);
  padding: 35px;
}

.nav-title a {
  font-size: 1.5em;
  color: rgb(105, 108, 79);
}

.nav-title :hover {
  color: rgb(81, 83, 56);
}

ul {
  background-color: rgb(220, 215, 198);
}

li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  background-color: rgb(220, 215, 198);
}

li a {
  color: rgb(105, 108, 79);
  font-size: 17px;
  margin-right: 25px;
  background-color: rgb(220, 215, 198);
}

li :hover {
  color:rgb(81, 83, 56);
}

.logo {
  display: flex;
  position:relative;
  left: -20px;
  width: 35%;
  background-color: rgb(220, 215, 198);
  padding: 5px;
  z-index: 1;
}

.footer {
    display: flex;
    background-color: rgb(220, 215, 198);
    color: rgb(105, 108, 79);
    text-align: center;
    justify-content: center;
    padding-top: 165px;
  }

h3, label, p{
    background-color: #ac3253;
}

  form {
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    width: 35%;   
    padding: 40px;
    color: white;
    background-color: #ac3253;
    text-align: center;
    margin: auto;
    margin-top: 8%;
    margin-bottom: 8%;
    box-shadow: 0 1px 20px rgb(115, 111, 97);
  }
  
  .button {
    background-color: #ac3253;
    color: white;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-color: white;
    border-radius: 5px;
  }

  footer {
    background-color: rgb(220, 215, 198);
    color: rgb(105, 108, 79);
    text-align: center;
    padding-bottom: 35px;
    margin-top: 150px;
    box-shadow: 0 1px 20px rgb(115, 111, 97);
  }
  
  .footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(220, 215, 198);
  }
  
  .copyright {
    background-color: rgb(220, 215, 198);
  }