body {
    font-family: "Segoe UI Regular", sans-serif;
    margin: 0;
    letter-spacing: 0px;
    padding: 20px;
    background-image: url('images/background.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    padding: 32px;
    border-radius: 4px;
    background-color: #fff;
    max-width: 470px;
    margin: 0 auto;
    text-align: center;
}

h1 {
    color: #333;
}

.content {
    margin-top: 48px;
    color: #323130;
}

.content h4 {
    font-size: 20px;
    font-family: "Segoe UI Semibold", sans-serif;
    line-height: 28px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 0px;
}

.content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 24px;
}

.error-message {
    margin-top: 32px;
    color: #605E5C;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.info-container {
    background-color: #F3F2F1;
    padding: 16px;
    border-radius: 2px;
    margin-top: 48px;
    text-align: left;
    font-weight: 400;
}

.info-container .info-header {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.info-container p {
    margin-top: 8px;
    margin-bottom: 0px;
}
