body{
    background-image: url(imagendecontacto.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
nav h1{
    color: white;
    position: absolute;
    top: 100px;
    right: 250px;
    font-size: 3.5em
    
    
}
nav h2{
    position: absolute;
    top: 230px;
    right: 600px;
    font-size: 2.5em;
}
nav a{
    text-transform:uppercase;
    color: white;
    font-size: 32px;
    text-decoration:none;

}

nav a:hover{
    color: rgb(255, 80, 80);
    text-decoration: underline;
}

img{
    
    max-width: 100%;
    max-height: 100%;
}
.redes{
    width: 100%;
    height: 110px;
}

