       body.character {
    background: url('/sahtout/img/backgrounds/bg-character.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
