h1{
    font-size: 2rem;
    font-weight: 700;
}

h2{
    font-size: 1.5rem;
    font-weight: 700;
}

p{
    font-size: 1.2rem;
}

li a{
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--verd-clar);
}

p a{
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--verd-clar);
}