.container{
    display: flex; flex-direction: column; gap: 16px; margin: 4rem auto; 
}
.container  h1 {
    color: black;
    font-weight: 600;
    font-size: 1.9rem;
}
.container  h2 {
    color: var(--text-color);
    font-weight: 600;
    font-size: 1.2rem;
}