.full-height {
    height: 100vh; /* Sets the height to 100% of the viewport height */
}

.larger-font {
    font-size: 1.5rem; /* Adjust as needed */
}

.largest-font {
    font-size: 3rem; /* Adjust as needed */
}


#canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#content {
    position: relative;
    z-index: 2;
}

