body {
    padding: 0; 
    margin: 0;
    background-color: black;
    background-image: url(/imgs/quneo.jpg);
    color: floralwhite;
    font-size: 10px; 
    font-family: 'Lato', sans-serif;
    
}

p{
    font-size: 12px; 
    font-family: 'Lato', sans-serif;
}
.intro {
    
    width: 300px;
    height: 200px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    color:darkorange;
    margin: auto;
}

a {
    font-weight: 800;
     color:yellow;
    text-decoration: none;
}

#footer {
    position: fixed;
    bottom: 0;
    padding: 1em;
    width: 100%;
       color:darkorange;
 
}