*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #c4ddf9;
    background-size: cover;
    background-repeat: no-repeat;
}
h1{
    font-size: 8em;
    padding-top: 4%;
    padding-left: 2%;
    color: #2967ad;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #112c4c;
}
summary{
    font-size: 2em;
    color: #2967ad;
}
details {
  border: 3px solid #4c9bf5;
  border-radius: 10px;
  background-color: #7aade8;
  margin: 1.1%;
  padding: 1%;
}
div{
    font-size: 1.2em;
}
nav a{
    color: #084181;
    text-decoration: underline;
    padding: 5px;
    align-items: center;
    font-size: 1.5em;
}
nav a:hover{ 
    /*sirve, para cuando toques algo del
     navegador se ponga de color negro*/
    text-decoration: underline;
    background-color:  #b2d6ff;
    color: white;
}
section{
    background-color: #418ce3;
    margin: 3em;
}
h2{
    font-size: 2em;
    text-align: center;
    color: #612f0e;
    text-decoration: underline;
}
.XAMPP{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
img{
    border-radius: 2em;
    height: auto;
    width: 75%;
    padding: 1.3em;
}
p{
    margin: 6em;
}
a {
    color: black;
    text-decoration: none;
}
.a{
    margin-left: 0;
}
.b{
    margin-right: 0;
}
.c{
    display: block;
    margin-left: auto;
    margin-right: 0;
}
footer{
    position: fixed;
    bottom: 3px;
    width: 100%;
    background-color: #2481ec;
}