html { 
    overflow-y: scroll
}

body {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 5vh;
    margin: 8vw;
    margin-top: 6vh;
    width: 86vw;
}