body {
    background-color: black;
}
img 
    {

        pointer-events: none;
        width: 100%;

    }

#myReact {
    display: flex;
    justify-content: center; 
    align-items: center;    
    height: 100vh;
}

.container
    {

        width: 900px;
        height: 600px;
        overflow: hidden;
        border: 1px solid black;
        border-radius: 10px;
        margin: 0;
        padding: 0;

        

      }

.carousel-ordered ol 
    {

        list-style-type: none;
        width: 10000px;
        padding: 0;
        margin: 0; 
        background:black;
        position: relative;
        left: 0;
        transition: left 0.5s;



      }

.carousel-list li 
    {

        display: inline-block;
        width: 900px;


    }

.card {
        display: inline-block;
        width: 900px;
        height: 100%;
        vertical-align: top;  
    }

.card-img-top {
    width: 900px;
    height: 500px;
}

.card-body {
    border: 3px solid black;
    border-radius: 5px;
}