h1 {
    display: flex;
    justify-content: center;
    font-size: 8rem;
    margin-top: 10rem;
    color: var(--first-color);
}
h2 {
    display: flex;
    justify-content: center;
    font-size: 4rem;
    margin-top: -2rem;
    color: var(--second-color);
}
main {
  margin-top: 100px;
}
