
body{
    background-color: rgb(222, 222, 222);
    margin: 0%;

}

table{
 width: 100%;
    background-color:whitesmoke;

}
th{
    border: solid black;
}

td{
    border: solid black 1px;
    text-align: center;

}

.supreme{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr ;
    gap: 2px;

}

.EH{
  
    text-align: center;
}

.x1{
    background-color: rgb(255, 255, 255);
    border: solid rgb(0, 0, 0) 2px;
    border-radius: 10px;
}

.head{
    min-width: 100%;
    height: 50px;
    background-color: aliceblue;
    margin-top: 0px;

}

.new{
    background-image: url(pexels-bingqian-li-230971044-27873061.jpg);
    background-size: 100%;
    min-width: 100%;
    height: 20rem;

}

.xxxx{
    background-color: white;
    height: 4rem;
    border-radius: 10px;
    border: solid black 2px;
}

.h2xxxx{
    text-align: center;
}

.cx{
display: inline-block;
max-width: 55rem;
border: solid black 3px;
border-radius: 30px;
margin-left: 19rem;
}
