* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Libre Baskerville", sans-serif;
    background-color: #edf3ed;
}

.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;
  }

  .messages {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 35%;
    padding: 175px;    
    color: white; 
    background-color: #ac325a;
    text-align: center;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 8%;
    font-size: x-large;
  }

  footer {
    background-color: rgb(220, 215, 198);
    color: rgb(105, 108, 79);
    text-align: center;
    padding-top: 65px;
    padding-bottom: 45px;
    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);
  }