body {
    background: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-weight: 100;
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
    overflow: hidden; /* Prevents scrolling */
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

#cy {
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background-color: white;
    position: relative;
    overflow: hidden; /* Hides any overflow */
    background-size: cover; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}