body {
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    background-image: url('goopBackground.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow-x: hidden;
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    color: white;
    text-shadow: 2px 2px 10px rgba(255, 0, 0, 0.5);
    letter-spacing: 2px;
    /* all browser no selection */
    user-select:  none;
    -webkit-user-drag: none;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}

.hat-link {
    position: absolute;
    top: 2dvh;
    left: 3dvw;
}

.hat {
    width: 10dvw;
    max-width: 80px;
    cursor: pointer;
}

.icon-section {
    display: flex;
    justify-content: center;
    /* gap: 40px; */
    /* margin: 0; */
    width: 76dvw;
}


.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100dvw;
}

.title {
    font-size: 3rem;
    display: flex;
    text-align: center;
    margin-top: 5dvh;
    margin-bottom: 3dvh;
}

.video-container {
    align-items: center;
}

.text-container {
    text-align: center;
    width: 80dvw;
}

h1 {
    text-align: center;
    font-size: 2em;
}

p {
    font-size: 1em;
    line-height: 1.2;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.play-link {
    padding: 10px;
}

.play {
    width: 160px;
    cursor: pointer;
}