body
{
    height: 100vh; 
    width: 100vw;
    background-color: #1e1e2e;
    margin: 0rem;
    overflow: hidden;
    text-align: center;
    color: #cdd6f4';
    
    
}

h1{
    

  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;


}

#image-track {
    display: flex;
    gap: 5vmin;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(0%, -50%);
    user-select: none;
}

#image-track > .image {
    width: 40vmin;
    height: 56vmin;
    object-fit: cover;
    object-position: 100% center;
}

