html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    /* Hide any overflow to prevent scrolling */
}

body {
    display: flex;
    font-family: 'Quicksand', sans-serif;
    /* background-color: aqua; */
    background-color: rgb(212, 228, 243);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#animation-container {
    display: flex;
    justify-content: center;
    align-items: center;
}