html, body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: black;
    color: white;
}

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

#opisaniye {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    margin-bottom: 10vh;

}

#citaty {
    display: flex;
    flex-direction: column;
    width: 100vw;
}

#citata-dnya, #citata-ot-baldy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
}

p {
    margin-bottom: 0;
}
