html {
    background-color: #124e94;
    background-repeat: no-repeat;
    background-position: 40px 40px;
    padding: 40px 40px;
    color: white;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.logo {
    max-width: 200px;
    height: auto;
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.button {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 10px 20px;
    margin: 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border: 1px solid blue;
    background-color: cornflowerblue;
    color: #124e94;
}

.button:hover {
    background-color: #124e94;
    color: white;
}

#sub-buttons .button {
    display: block;
    width: 100%;
    max-width: 270px;
    padding: 10px 20px;
    margin: 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
}