@import url(../../css/reset.css);
@import url(../../css/variables.css);

html {
    background-color: var(--ctr--BG);
}

.forms07 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    gap: 1rem;
    background-color: white;
}

.forms07__title {
    width: 22ch;
    text-align: center;
    font-size: 3rem;
    color: var(--ctr--dark-blue);
}

.forms07__email {
    font-size: 1.2rem;
    color: var(--ctr--grey);

}

.forms07__description {
    color: var(--ctr--grey);

}

.forms07__description:last-child {
    font-size: 0.8rem;

}

.forms07__buttons {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.forms07__button {
    border: none;
    background-color: var(--ctr--turquoise);
    color: white;
    padding-right: 2.5rem;
}