.name
{
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
    width:auto;
    height:auto;
}
.dir
{
    width: auto;
    height: auto;
    border-bottom: 15%;
    border-radius: 5%;
}
.videop
{
    text-align: center;
}
.class
{
    margin-bottom: 150px;
    height: 600px;
}

body
{
    margin: 0;
    background-color: rgb(255, 255, 255);
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
}

footer
{
background-color: rgb(241, 122, 2);
padding: 1em;
}

#table
{
    display: flex;
    place-content: center;

}
#tab
{
    width: 100%;
}
th
{
    font-family: sans-serif;
    font-size: 20px ;
    text-align: center;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 33%;
}

ul
{
    align-items: center;
}
.imgs
{
    text-align: center;
}
.img1
{
    width:auto;
    height: auto;
    
}
.img2
{
    width:auto;
    height: auto;
}
.img3
{
    width:auto;
    height: auto;
}



@media screen and (max-width: 600px){
    
    .name{
        width: 100%;
        height: 50%;
    }
    .video
    {
        width: 300px;
    }

    .img1
    {
        width: 100%;
        height: 100%;

    }
    .img2
    {
        width: 75%;
        height: 100%;
    }
    .img3
    {
        width: 75%;
        height: 80%;
    }

    .dir
{
    border-bottom: 15%;
    border-radius: 5%;
    text-align: center;
    width: 240%;
        height: 100%;
}

th 
{
    font-size: 5%;
}

}