body {
    margin: auto;
    background: #212121;
}

#container {transform: rotate(-90deg);
left: 0;
position: fixed;
width: 100vh;
height: calc(100vw);
transform-origin: center calc(50vh);
overflow: scroll;
scrollbar-width: none;
}


.cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 500px;
    width: 300px;
    border: 2px solid #00FA9A;
    border-radius: 8px;
    text-decoration: none;
    margin: 20px auto;
    padding: 15px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(90deg);

    filter: grayscale(100%);
    transition: filter 1.3s;


}


.cards:hover{transform: rotate(90deg) scale(1.03);
filter: none;
transition: filter 1.3s;}











h1 {
    text-align: center;
    color: azure;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 2px;
    
}

p {
    text-align: center;
     color: azure;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.8rem;
     font-weight: bold;
     line-height: 18px;
}


#card-1 {
    background-image: url(../images/02.png);
    
}

#card-2 {
    background-image: url(../images/03.png);
    
}

#card-3 {
    background-image: url(../images/05.png);
    
}

#card-4 {
    background-image: url(../images/06.png);
    
}

#card-5 {
    background-image: url(../images/07.png);
    
}

#card-6 {
    background-image: url(../images/08.png);
   
}

#card-7 {
    background-image: url(../images/09.png);
    
}