body {
    font-family: Arial, sans-serif;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #1E90FF, #B0C4DE); /* Blue and silver gradient */
    background-attachment: fixed; /* Fixed background */
}

#contact-us {
    background-color: rgba(255, 255, 255, 0.8); /* Match content background color with transparency */
    padding: 20px;
    border-radius: 10px; /* Add rounded corners */
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a slight shadow */
}

#contact-us h2 {
    color: #1E90FF;
}

#contact-us label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

#contact-us input,
#contact-us textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Ensure padding and border are included in the element's width and height */
}

#contact-us button {
    background-color: #1E90FF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#contact-us button:hover {
    background-color: #0056b3;
}


#status-bar {
    position: fixed;
    bottom: 10px; /* Move up by 10px */
    left: 10px;  /* Move right by 10px */
    background-color: rgba(255, 255, 255, 0.8); /* Match content background color with transparency */
    color: #333;
    text-align: left;
    padding: 5.625px 11.25px; /* Reduce padding by 50% */
    display: inline-block; /* Make the status bar end after the links */
    border-radius: 10px; /* Add rounded corners */
    margin: 0; /* Ensure no extra margin */
}

#status-bar a {
    color: #1E90FF;
    margin: 0 10px;
    text-decoration: none;
}

#status-bar a:hover {
    text-decoration: underline;
}

/* Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




#content {
    max-width: 600px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Slightly transparent background for content */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
}

#ads {
    margin: 20px 0;
}

.ad {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip img {
    width: 150px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #1E90FF, #B0C4DE); /* Blue and silver gradient */
    background-attachment: fixed; /* Fixed background */
}

#content {
    max-width: 600px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Slightly transparent background for content */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
}

#ads {
    margin: 20px 0;
}

.ad {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip img {
    width: 150px;
}
