body{
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
}
.header h1, .welcome{
    color:white;
    margin: 0;
}

.header{
    padding: 80px;
    background-image: url(../img/banner_naruto_4.jpeg);
    background-repeat: no-repeat;
    background-size: cover ;
background-position: center;
}

h2, h3{
    text-align: center;
}

table{
    width: 50%;
    margin: auto;
}

img{
    width: 60%;
}

footer{
    text-align: center;
    background-color: orange;
}
