body{
            background-image: url(flores.jpg);
            background-repeat:no-repeat ;
            background-size: cover;
            background-attachment: fixed;
            width: 50%;
            max-width: 100px;
            margin: 0 auto;
            color: hsl(0, 0%, 3%);
            

}


nav h1{
    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: black;
    font-size: 32px;
    text-decoration:none;

}

nav a:hover{
    color: coral;
    text-decoration: underline;
}



.footer {
    padding: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 2.0em;
    text-align: center;
    text-transform: initial;
    
 }
 img{
    max-width: 100%;
    max-height: 100%;
 }
.container{
    width: 100%;
    height: 35px;
    
}