body {
    background-color: black
}

header {
    text-align: center;
    background-size: contain;
}

nav {
    text-align: center;
}

.navbar {
    background-color: rgba(255,255,255,0.2);
    /* background: center top */
}

.navbar ol {
    color: white;
    font-size: 40px;
    border-style:solid;
    border-color: #595959;
}

a:visited {
    color: #595959;
}

a:link {
    color: white;
}

.sitios-vergones {
    text-align: center;

}

.sitios-vergones {
    color: white;
}

.sitios-vergones h1 {
    font-size: 30px;
}

footer {
    text-align: right;
}

footer p {
    color: white;
}