@font-face {
    font-family: 'Knockout 32 Junior Cruisewt';
    src: url('/fonts/Knockout-32JuniorCruisewt.woff2') format('woff2'),
        url('/fonts/Knockout-32JuniorCruisewt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
  height: 100vh;
  display: none;
}


body .sleeve {
  font-family:  'Knockout 32 Junior Cruisewt';
  font-weight: 200;
  font-style: normal;
  border: 7px solid #FFFFFF;
  background-color: #008fce;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  padding: 30px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 75px auto;
  background-position: center center;
  
}

a {
  color: #FFFFFF;
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}

.content  {
  color: #FFFFFF;
  margin-top: auto;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 16px;
}

.content p {
  padding: 0;
  margin: 0 0 15px 0;
  letter-spacing: 0.5em;
  font-size: 10px;
}

.content p:last-child {
  margin-bottom: 0;
}




@media screen and (max-width: 600px) {
  .content {
    margin-bottom: 80px;
  }
  body .sleeve {
  border: 10px solid #FFFFFF;
}
}