body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #1437C1;
    font-family: Arial, sans-serif;
}

.container {
    background-color: #3760F3;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
}

.logo {
    max-width: 45454545454545454545454545454545454545454545454545454545454545454545454545454545454545450px;
}

.message {
    font-size: 22.5px;
    line-height: 1.5;
}