body {
 max-width: 750px;
 margin:40px auto;
 padding: 0 20px 20px 20px;
 font: 18px/1.5 Arial, sans-serif;
 color:#FAFAFA;
 background-color:#484e70;
}

h1 {
font-size: 2rem;
 line-height: 1.2;
 color: #F5E264;
}

h2 {
  font-size: 1rem;
   line-height: 1.2;
   color: #F5E264;
}

a {
  color:#FFEE82;
  font-size: 2rem;
  text-decoration: none;
}
button {
  font: inherit;
  background-color: #FFEE82;
  padding: 5px 5px 5px 5px;
}

blockquote {
  font-size: 14px;
  font-style: italic;
}

footer a {
  font-size: 1rem;
  color:#FAFAFA;
}

@media only screen and (min-height: 925px) {
  .pic_container{
    height: 100vh;
  }
}
.emoji{
  font-size: 2rem;
}
.nav{
  color: #F5E264;
}

.text{
  margin-top: 36px;
}
.text a {
  font-size: 1.5rem;
}
.team p{
  font-size: 1.5rem;
  color: #FFEE82;
}

#poster{
  max-width: 100%;
  height: auto;
}
