body {
    width: 100%;
    max-width: 100%;
    min-width: fit-content;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

@media (max-width: 768px) {
    body {
        padding: 3rem;
    }
}
