@import url(../../css/reset.css);
@import url(../../css/variables.css);

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
    background-color: white;
}

.content__title {

    text-align: center;
    max-width: 20ch;
    font-size: 3.625rem;
    color: var(--ctr--font);
}

.content__description {
    max-width: 60ch;
    text-align: center;
    text-transform: uppercase;
    
    font-size: 0.875rem;
    color: var(--ctr--grey);
}

