body{
  margin:0;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 80px;
  color:#333333;
}
.container{
  max-width: 80%;
  margin: 0 auto;
}
p{
  font-size: 19px;
  line-height: 26px;
}
h1{
  font-size: 45px;
}
h2{
  font-size: 35px;
  padding-top: 30px;
  padding-bottom: 5px;
}
h3{
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 0px;
}
h1,h2{
  text-align: center;
}
.mlkphoto{
  width:100%;
}
h1, h2, h3{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
blockquote{
  margin: 18px;
  color:darkgrey;
}
#firstHeading{
  text-transform: uppercase;
  letter-spacing: 2px;
}
a{
  color:#333333;
}
a:hover{
  color:lightblue;
}
#back-to-top{
  background-color: lightblue;
  font-family: 'Oswald', sans-serif;
  border:none;
  color:grey;
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  width:100%;
  bottom:-5px;
}
