body {
    background-image: url("../assets/background_clean.png");
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center center; 
    min-height: 100vh;

    scrollbar-width: none;
    overflow: hidden;
    -ms-overflow-style: none;

    font-family: "apercu", -apple-system, system, sans-serif;
}

.mainContainer {
    
    display: grid;
    place-items: center;
    height: 98vh;

    /* border: 1px solid black; */
    }