body {
    background-image: url("/assets/basic/bubble.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}