h1 {
    font-size: 3em;
    color: var(--floexe-red);
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    margin: 10px 0;
    line-height: 1.6;
}

a {
    color: var(--floexe-gold);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--floexe-red);
}
