

.mainbox{
    height:fit-content;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
}


.navbar li {
    display: flex;
    list-style: none;
    padding: 2px 10px;
    /* font-size: 1rem; */

}

