a{
  color: #ee0077;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
html{
  height: 100%;
}
body{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 17px;
  line-height: 1.7;
  color: #111;
}
header,
footer{
  width: 100%;
  padding: 3em 4%;
  background-color: #ffff77;
}
footer{
  background-color: #ffffbb;
}
header p,
footer p{
  text-align: center;
}
main{
  margin: 0 auto;
  max-width: 700px;
  padding: 3em 4%;
  flex: 1;
  width: 100%;
  background-color: #ffffbb;
  background-color: #fff;
}
h1{
  margin-bottom: 50px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}
main p{
  margin-top: 30px;
}
