body {
    background-color: #181818;
}

.center {
    text-align: center;
}

footer,
.footer-link {
    color: gray;
}

.nav-link:hover {
    color: #76ABAE;
}

.info-text {
    margin: 0% 3%;
    color: #E7F5FF;
}

body {
    background-image: url("../asfalt-texture.png");
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header {
    min-height: 50px;
}

footer {
    min-height: 50px;
    margin: 0% 3%;
}

.big {
    font-size: 2.5em;
    color: #E7F5FF;
    font-weight: bold;
}

.normal {
    font-size: 1.5em;
    color: #E7F5FF;
    font-weight: bold;
}

.archivo-text {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.tiny-text {
    font-size: 10px;
}