body{
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-template-rows: 1fr;
    grid-gap: 1em;
    justify-content: center;
    margin: 0;
    top: 1rem;
    margin-top: 1em;
}
body::-webkit-scrollbar{
    width: 0px;
}
