body {
    font-family: 'Montserrat', sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    background: #000 url("imagenes/about-1.jpg");
    color: white;
}

header {
    width: 100%;
    height: 50px;
    text-align: center;
} 

nav {
    margin:8px 0px 0px 0px;
    height: 50px; 
    float: right;   
    border: 1px solid white;                
}

nav ul {list-style-type: none;}

nav ul li{
    display: inline-block;
    letter-spacing: 2px;
    font-size: 10px;
    margin-right: 20px;

}

a {
    color: white;
    text-decoration: none; 
}

footer {
    font-size: 10px; 
    text-align: center;
}

footer p{
    margin-top: 25%;
}

h1 {float: left;
    margin: 48px 0px 0px 30px;
    letter-spacing: 8px;
}

section{
    margin: 90px 0px 0px 30px;

}

section img{
    width:500px;
    height: auto;

}