:root {
    --lb: rgba(255,93,34,1);
    --db: rgba(98,7,7,1);
}

.lb {
    color: var(--lb);
}
.db {
    color: var(--db);
}

.white {
    color: white
}

h1 {
    text-transform: uppercase;
    font-size: calc(2rem + 2vw);
    font-weight: lighter;
}

h2 {
    font-size: calc(1rem + 1vw);
    font-weight: lighter;
}

h3 {
    text-transform: uppercase;
}

.vam {
    margin-top: auto;
    margin-bottom: auto;
}

.center {
    text-align: center;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: white;
    text-decoration: underline;
}