body{
  
    height: 400px;
    background-image: url("https://www.tuexpertomovil.com/wp-content/uploads/2019/07/fondos-de-pantalla-webs-e1562230189312.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
div{
    height: 200;
    border-radius: 20px;
    border: 2px solid red;
    background:#ffc0c0;
    color: white;
    width: 40%;
    margin:inherit;
}
#header-titulos{
    width : 30%;
    height: 100;
    border-style:dashed;
    border-radius: 50px;
    text-align: center;
    background: black;
    color: white;
}

h1{
    color:white;
    font-size: 30px;
    padding: 10px;
    border-radius: 25px;
    text-align:center;
}
h2{
    color:black;
    font-size: 25px;
     padding: 20px;
    border-radius: 25px;
}
ul{
  padding: 0;
  width: 100%;    
}
li{
  display: inline;
}
a{
outline: none;
    text-decoration: none;
    display: inline-block;
    width: 19.5%;
    margin-right: 0.625%;
    text-align: center;
    line-height: 3;
    color: black;
}
li:last-child a{
  margin-right: 0;   
}
a:link, a:visited, a:focus{
background: yellow;  
   
    margin: 5px;
}
 a:hover{
  background: orange;   
}
 a: active{
  background:red;
     color: white;
}

p{
    color: red;
  font-size: 20px;
  font-family: Courier;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;
    letter-spacing: 5px;
    text-decoration: underline;
    text-transform: capitalize;
    text-align: left;
    text-indent: 30px;
}






