.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - var(--nav-height));
    gap: 2.5rem;
}

.title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.button {
    font-size: 2.25rem;
    font-weight: 500;
    color: white;
    background-color: var(--primary-color);
    border: none;
    width: fit-content;
    padding: 1.25rem 4rem;
    cursor: pointer;
    box-shadow: var(--button-shadow);
    margin-top: 4rem;
}

.warning-icon {
    width: 80px;
    height: 82px;
}
