body {
    background-color: #111111;
    color: #f5f1e4;
    font-family: Roboto, MaisonNeue, Segoe UI, Helvetica Neue, -apple-system, system-ui, BlinkMacSystemFont, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Change from center to flex-start */
    min-height: 100vh; /* Ensure the body covers the full height */
}

.container {
    text-align: center;
    width: 80%;
    max-width: 600px;
    padding-top: 20px; /* Add some padding at the top */
    overflow-y: auto; /* Enable vertical scrolling if necessary */
}

.main-image {
    width: 100%;
    border-radius: 30px;
}

.question {
    font-size: 24px;
    margin-bottom: 20px;
    color: #f5f1e4;
}

.register-button-m {
    background-color: #003056;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    width: 97%;
    box-sizing: border-box;
}

.content {
    margin-top: 20px;
}

.discord-image, .arrow-image {
    margin: 10px;
    width: 120px;
}
