html { 
    overflow-y: scroll
}

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

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

p {
    width: 100%;
    color: #000000;
}

.cont {
    margin-top: 0px;
    margin-bottom: 20vh;
}