html {
    height: 100%;
}

body {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0 15px;
    margin: 0;
    color: #2B59A6;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.2;
}

.logo {
    width: 300px;
    max-width: 100%;
}

.text {
    margin-top: 15px;
    font-size: 24px;
    letter-spacing: 0.1em;
}