
body{
   margin: 0;
   background-image: url("images/Hola-sign-4032-3024.jpg");
   
   
   min-height: 100vh;
   max-width: 100%;
   background-size: cover;
   background-position: center;
   
}

header {
   padding-top: 40px; 
   margin: 0;
   width: 100%;
   box-sizing: border-box;
   text-align: center;
   background-color: rgb(225, 155, 49);
   box-shadow: 5px 5px 5px rgba(0,0,0, 0.5);
   
}

h1{ 
   color: white;
   font-size: 3em;
   text-shadow: 5px 5px 5px rgba(0,0,0, 0.5);
}
ul{
   display: flex; 
   
   justify-content: flex-start;
   align-content: center;
   
}

li{
   list-style-type: none;
   text-decoration: none;
  
   padding: 0 20px;
   color: black;
}

a,
a:visited{
   list-style-type: none;
   text-decoration: none;
   color: blueviolet;

}

a:hover{
   color: white;
}


h2{
   margin-top: 100px;
   text-align: center;
   color: aquamarine;
}

p{
   text-align: center;
   color: aquamarine;

}
/* 
main{
   background-image: url("images/Hola-sign-4032-3024.jpg");
   background:
   height: 100vh;
} */