body.page-front{
background-color: #b57d80;
}
.front-content {
  text-align: center;
  max-width: 700px;
  max-height: 598px;
  margin: 0 auto;
}
.front-content a.button {
  position: absolute;
  top: 42%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: transparent;
  max-width: 92px;
  margin-left: -4px;
  border-color: transparent;
}
.front-content a.button:hover {
   border-color: #fff;
    background: transparent;
}
