* {
    margin: 0;
    padding: 0;
}

body {
    display: grid;
    place-items: center;
    overflow-x: hidden;
}

#home {
    position: fixed; 
    top: 15px; 
    left: 30px; 
    z-index: 1000;
}
#home img {
    width: 60px; 
    height: auto; 
}

ul {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
}

.divv {
    display: flex;
}

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;
    }
}