body, html {
    height: 100%;
    margin: 0;
    /*font-family: 'Arial', sans-serif;*/
    background-color: #333;
    color: #00FF00;
}

.centered-text-section {
    height: 60vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: larger;
}

.large-text {
    font-size: 2.5rem; /* Adjust the size as needed */
}

.footer-text {
    font-size: .75rem; /* Adjust the size as needed */
}

#sineCanvas {
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-section {
    /*background: url('https://via.placeholder.com/1920x1080') no-repeat center center/cover;*/
    height: 25vh;
    color: white;
    padding: 100px 0;
}

.footer-section {
    background-color: #333 !important;
    padding: 15px 0;
    height: 10vh;
}

/*.contact {*/
/*    position: relative;*/
/*    top: -175px;*/
/*}*/