.content-wrapper {
    display: flex;
    flex: 1;
}

.content {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-image: url("../media/body.png");
}
