body {
    background-color: yellow !important; /* Test if CSS is working */
    background-image: 
        linear-gradient(rgba(173, 216, 230, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(173, 216, 230, 0.5) 1px, transparent 1px);
    background-size: 25px 25px; /* Grid square size */
    background-position: 0 0, 0 0; /* Ensures perfect alignment */
}

.enter-button:hover {
    background-color: black;
    color: white;
}

.video {
    position: absolute;
    top: 280px; /* Adjust height to fit between text */
    left: 600px; /* Move the video towards the right */
    width: 300px;
    height: 170px;
}
