* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Overlock", cursive;
}
p {
  line-height: 1.4em;
}
.home {
  background-image: url(../images/andy-art.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  width: 100vw;
}
.home header {
  text-align: center;
  font-family: "Overlock", cursive;
  color: #4d4926;
}
.home h1 {
  font-size: 110px;
  padding-top: 180px;
}
p {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .home h1 {
    font-size: 60px;
    padding-top: 80px;
  }
}
