body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 800px;
    padding: 20px;
}
footer {
    background-color: #333;
    bottom: 0;
    color: white;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.sponsors-link {
    background-color: #007bff;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    top: 10px;
}
.sponsors-link:hover {
    background-color: #0056b3;
}

