.content {
    background-color: #242424;
    margin: 2vw;
    padding: 2vw;
    border-radius: 1.2rem;
    display: flex;
    justify-content: flex-start;
}

#donateru.active {
    background-color: #3a3a3a;
}

body {
    min-height: 100dvh;
}