body {
    background: url("/static/background-2.png") no-repeat bottom;
    background-size: contain;
    background-color: rgb(255, 235, 153);
}
html,
body {
    height: 100%;
}

.content{
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}


section#anekdots {
    min-height: 50%;
}

.anekdot_card {
    width: 30%;

}

.anekdot_card p {

}

form {
    max-width: 60%;
}
