* {
  margin: 0;
  padding: 0
}

/*header*/
header {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 8.75em;
  background-color: #ffd6e0
}

/*logo*/
header img {
  max-width: 100%;
  max-height: 100%
}

/*navbar*/
nav {
  position: sticky;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  z-index: 999;
  height: 3em;
  background-color: white;
  border-bottom: 1px solid #91867a
}

nav ul {
  list-style: none;
  text-align: center
}

nav li {
  display: inline
}

nav a {
  position: relative;
  top: 0.85em;
  margin-left: 5%;
  margin-right: 5%;
  font-family: 'Slabo 27px', serif;
  font-size: 1.1em;
  color: #91867a;
  text-decoration: none;
  max-height: 100%;
  max-width: 100%
}

nav a:hover {
  color: #ffc1dc
}

/*body*/
section {
  width: 75%;
  height: 17.6em;
  text-align: center;
  margin: 0 auto 0 auto
}

section p {
  position: relative;
  top: 40%;
  color: #695f55;
  font-family: 'Slabo 27px', serif;
  font-size: 1.5em;
}

/*footer*/
footer {
  text-align: center;
  width: 80%;
  height: 6.5em;
  margin: 0 auto 0 auto;
  background-color: #ffd6e0;
  display: grid;
  grid-template-columns: 1fr 1fr
}

footer span {
  position: absolute;
  border: 0.5px solid black;
  height: 3.8em;
  left: 50%;
  margin-top: 1.7%
}

footer p {
  font-family: 'Slabo 27px', serif;
  font-size: 0.89em;
  margin-right: 17%;
  margin-bottom: 2%
}

#subscribe {
  position: relative;
  height: 2em;
  border: 0.5px solid #91867a;
  outline: none;
  font-family: 'Slabo 27px', serif;
}

#submit {
  position: relative;
  font-family: 'Slabo 27px', serif;
  width: 8%;
}

footer form {
  margin-right: 50%;
  margin-top: 3%
}

.social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7%
}

.fb img {
  position: relative;
  width: 20%;
  left: 50%
}

.ins img {
  position: relative;
  width: 16%;
  top: 5%;
  right: 50%
}

.twt img {
  position: relative;
  width: 20%;
}

/*copyright*/
.copyright {
  width: 80%;
  margin: 1% auto 0.5% auto;
  font-family: 'Slabo 27px', serif;
  font-size: 0.75em
}
