   
    body {
    background-color: #ffffff;
    display: grid;
    margin: 0;
    place-items: center;
    align-items: center;
    cursor: default;
    font-family: 'GarageFolio-Regular', Arial, sans-serif;
}

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


.info {
    font-family: 'GarageFolio-Regular', sans-serif;
    position: fixed;
    color:rgb(214, 217, 234);
    font-size:90px;
    text-align: center;
    top: 33%;
    height: 100px;
    width: 100%;
    bottom: 0;
}

.upcomming {
    position: fixed;
    font-family: 'GarageFolio-Regular', sans-serif;
    font-size: larger;
    color:rgb(214, 217, 234);
    text-transform: uppercase;
    text-align: center; 
    bottom: 10%;
    width: fit-content;   
}

.arrow-index {
    position: absolute;
    right: 20px;
    margin: 30px;
    bottom: 0;
}

@media (max-width: 768px) {
  .info {
    width: 100%;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 0.9;
    font-weight: 100;
    align-content: center;
    font-family: 'GarageFolio-Regular', Arial, sans-serif;
  }

  .upcomming {
    width: 100%;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 100;
  }

  .arrow-index img {
    left: 0;
  }
}

 @media (max-width: 336px) {
 .upcomming {
      font-size: 17px;   
     }    
            }

           