body {
    background-color: rgb(255,212,84);
    overflow: hidden;
}

#pun-container {
    text-align: center;
    display: block;
    cursor: pointer;
}

#pun-container h1#pun {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 42px;
    margin-top: -30px;
    z-index: 11;
}

div#dvd {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#dvd-logo {
    height: 145px;
    width: 320px;
    position: absolute;
    user-select: none;
    -webkit-user-drag: none;
}

.funny-moment {
    z-index: 12; /* Ensure the iframe is above other elements */
    border: none; /* Remove any default borders for better interaction */
}
