* {
    margin: 0;
    padding: 0;
  
}
.info{

color:yellow;

justify-content: center;

place-items: center;

}

body {
    display: grid;
    place-items: center;
    overflow-x: hidden;
    background-color: black;
    position: absolute;
    top: 50%;
    left:50% ;
    transform: translate(-50%,-50%);
}

.head{
  border-radius: 59px;
  border:2px solid red;
  width: 50vw;
  text-align: center;
  font-family: Times New Roman;
}

h1 {
    margin: 10px;
    color: red;
}
h2 {
    margin: 10px;
    color: yellow;
   
}

ul {
    display: grid;
    grid-template-columns: 1fr;
    border: solid red;
}

.divv {
    display: flex;
    place-items: center;
    
    
}

li {
    list-style: none;
    display: grid;
    place-items: center;
    font-size: 0px;
}

.box {
    margin: .5px;
    width: 75px;
    height: 75px;
}

#tog {
    margin: 10px 0px;
}



.allimg {
    width: 45px;
    position: relative;
    bottom: 5px;
}

.allpawn {
    transform: scale(.7);
}

.authcont {
    width: 100vw;
}

.author {
    float: right;
    margin-right: 50px;

}


@media (max-width:650px){

    #tog {
        margin-bottom: 70px;

    }

    .box {
        width: 11vw;
        height: 11vw;
    }

    .allimg {
        width: 7vw;
    }
}
