body {
    background-color: #443552;
    height: 100vh;
    box-shadow: inset 0 0 85px rgba(0, 0, 0, 0.4);
    padding-bottom:50px; 
    font-family: 'Metamorphous', cursive;
}
.front_body {
    background: url(img/dragon.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
}
header {
    background: radial-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0), rgba(0,0,0,0));
}
h2 {font-size: 20px}
h1, h2 {
    text-align: center; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); 
    font-weight: bolder;
    color:#fff; 
}
body p, body label, body select, body input {font-family: 'Helvetica'; font-size: 16px; font-weight: 500;}
.inactive { opacity: 0.4}
#next_step {display:none}
#show_me {display:none}

.foto_answer {width: 100%; cursor: pointer;}
.point { width: 20%; margin-left: 5%; float:right;}
.nav_logo{ height: 100%; margin-right: 15px}
.header_logo {width: 20%; margin: 15px auto 0 auto; max-width: 200px; display: block;}