h1 {

    font-size: 4rem;
    font-weight: 700;
}

h2 {

    font-size: 3rem;
    color: var(--secondary);
    font-weight: 700;
}

h3 {

    font-size: 3rem;
    color: var(--secondary);
    font-weight: 700;
}

h4 {

    font-size: 3rem;
    color: var(--secondary);
    font-weight: 700;
}

.subtitle {

    color: white;
    font-size: 2rem;
    font-weight: 600;
}

p {

    margin: 0px;
}

hr {

    color: var(--secondary);
}