body {
    background: url(img/exterior-bg.png) repeat-x center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: 400;
    font-style: normal;
    color: rgb(203, 161, 211);
  }

  .press-enter {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40%;
  }