html, body {

    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bubblegum-sans-regular {
    font-family: "Bubblegum Sans", serif;
    font-weight: 400;
    font-style: normal;
}

.content-image {
    background-size: calc(100vw) calc(100vh);
    background-position: center;
    background-repeat: no-repeat;
}