body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /*background-color: #36393f;*/
}
.content {
    flex: 1 0 auto;
}