* {
    margin: 0px;
    padding: 0px  }

body{
    font-family: Helvetica, sans-serif;
    background-color: #096dbb;
    color: whitesmoke;
}

.inicio, .galeria, .test, .respuestas, .respuestash2, form, .personajes{
    max-width: 1000px;
    margin-left: 25%!important;
}

header{
    background-color: #024280;
    font-size: 25px;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

header nav a{
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: whitesmoke;
    border-radius: 3px;
    margin: 50px;
    font-family: Impact, sans-serif;
    letter-spacing: 1.5px;
}

header nav a:hover {
    background-color: #096dbb ;
    color: #FfF200;
}


h2:not(.respuestash2){
    text-underline-position: under;
    text-decoration: underline 3px #FfF200;
    margin: 20px 0 10px 0;
    text-align: center;
}

.inicio h1, .galeria h1, .test h1{
    display: flex;
    justify-content: center;
    margin: 15px 15px 15px 425px;
    background-color: #024280;
    padding: 10px;
    width: 135px;
    font-family: Impact, sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
}

.respuestash2{
    display: flex;
    justify-content: center;
    margin: 15px 15px 15px 40%!important;
    background-color: #024280;
    padding: 10px;
    width: 350px;
    text-align: center
} 

#fotosgrandes, #miniaturas{
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
    
}

#fotosgrandes p {
    color: whitesmoke;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-left: 25px;
    font-size: 18px;
    width: 300px;
}

#fotosgrandes img, #miniaturas img{
    border: #FfF200 solid 3px ;
    margin: 0 5px 0 5px;
}

.inicio p { 
    padding: 10px;
    text-align: justify;
}

.respuestastag{
    text-decoration: underline 2px #fff200; 
    text-underline-position: under;
    padding-bottom: 10px;
}
.respuestas p {
    padding-bottom: 10px;
}

footer {
    background-color: #024280;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: whitesmoke;
}

hr {
    width: 500px;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

form input {
    border-radius: 6px;
    border: white solid;

}

form label{
    padding: 10px 0px 10px 5px;

}

.checkboxes span {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
 } 

.checkboxes {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    justify-content: center;
} 

.enviar{
    border-radius: 6px;
    border: #024280 solid 2px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 8px;
    background-color:#024280 ;
    color: whitesmoke;
    margin: 5px 0 15px 0;
}

.enviar:hover {
    background-color: #096dbb ;
    color: #FfF200;
    border: #024280 solid 2px;
}