body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #F8F6EE;
}

h1 {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  color: #7A0D04;
}

h2 {
  font-size: 1.2rem;
}

.site-title {
  margin: 50px 0;
}

.site-title h2 {
  margin-top: 30px;
}

.preview-img {
  position: relative;
  transition: box-shadow .05s;
}

.preview-button {
  position: absolute;
  height: 200px;
  width: 200px;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;
  transition: transform .5s;
}

.preview-button:hover {
  transform: scale(1.15);
  transition: transform .3s;
  margin: auto;
}

.preview-text {
  margin: 30px 0 50px 0;
}

.preview-text a {
  color: #25140F;
}

.preview-text a:hover {
  color: #7A0D04;
  text-decoration:none;
}
