@font-face {
    font-family: 'Solide Mirage';
    src: url('../fonts/SolideMirage-Etroit.woff2') format('woff2'),
        url('../fonts/SolideMirage-Etroit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solide Mirage';
    src: url('../fonts/SolideMirage-Mono.woff2') format('woff2'),
        url('../fonts/SolideMirage-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sporting Grotesque';
    src: url('../fonts/SportingGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/SportingGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sporting Grotesque';
    src: url('../fonts/SportingGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/SportingGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pilowlava';
    src: url('../fonts/Pilowlava-Regular.woff2') format('woff2'),
        url('../fonts/Pilowlava-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

 /* menu */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    font-family: 'Sporting Grotesque';
    text-transform: uppercase;
    line-height: 100px;
  
}

.site-info {
  color: #f3083d ;
  font-family: 'Sporting Grotesque';
      font-size: 16px;
      letter-spacing: 3px;
}



.header {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #f3083d;
      font-family: 'Sporting Grotesque';
      font-size: 35px;
      letter-spacing: 3px;

}



h1 span {
      -webkit-text-stroke: 2px #f3083d;
      color: rgb(0,0,0,0);
}

h2  {

    font-family: 'Sporting Grotesque';
    font-size: 25px;
    letter-spacing: 4px;
    text-decoration: none;
    color: white;

      
}


.media {
      position: absolute;
      right: -150px;
      top: 50%;
      transform: rotate(90deg);
}

.media ul {
      list-style: none;
}

.media ul li {
      display: inline-block;
      text-transform: uppercase;
      color: #f3083d;
      font-family: 'Sporting Grotesque';
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 2px;
      margin-right: 40px;
}




@media (max-width: 990px) {
    .header {
        font-size: 24px;
    }

     h1 {
        font-size: 40px;
    }

      h2 {
        font-size: 40px;
    }

 
}
