html,
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #E6E6E6;
}
    
header {
    background-image: url(killua-zodyck.gif);
    padding: 40px;
    text-align: center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:100% 100%;
}

h1 {
    font-size: 90px;
    color: lightgrey;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 2px #100f21;
}


header img {
    border-radius: 200px;
    width: 300px;
    border: 8px solid  #100f21 ;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    color: #100f21  ;
}

.content h2 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 5px;
}
.content p{
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: justify;
}
.content li{ 
    font-family: Georgia, 'Times New Roman', Times, serif;
}

img.big-image {
    max-width: 100%;
    border-radius: 20px;
    border: 3px solid #070707;

}

p.cap3on {
    font-size: 16px;
    color: lightgrey;
    font-style: italic;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

a {
    color: #100f21;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: hover;
}

footer {
    margin-top: 20px;
    padding: 40px 20px;
    background-color: #B9B9B9;
}

footer ul {
    text-align: center;
}

footer ul li {
    display: inline-block;
    margin: 0 5px;
}
.text p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-style:italic;
}
.big image{
    border-radius: 20px;
}

@media screen and (max-width:600px) {
    h1{
        font-size: 40px;

    }
    header img{
        border-radius: 200px;
        width: 125px;
        border: 7px solid #100f21;
    }
    header {
        background-image: url(killua-killua-zodyck.gif);
        padding: 10px;
        padding-top: 15px;
        text-align: center;
        background-repeat:no-repeat;
        background-attachment:scroll;
        background-size:100% 100%;
    }
    footer {
        margin-top: 20px;
        padding: 10x 5px;
        background-color: #E6E6E6;
    }
    .content h2 {
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        text-shadow: 5px;
        font-size: 15px;
    }
    .content p{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-align: justify;
        font-size: 10px;
        }
    .content ol li {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-align: justify;
        font-size: 10px;
    }
    .text p{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-align: center;
        font-style:italic;
        font-size:10px;
    }
}