* {
    margin: 0;
}
header {
    background-color: blue;
    height: 100px;
    
}
header a {
    display: flex;
    justify-content: space-between;
    padding-left: 110px;
    color: white;
    font-size: 80px;
}
.container {
    display: flex;
    justify-content: space-between;
    background-color: blue;
    height: 600px;
}
main h1 {
    padding-left: 25px;
    font-size:60px ;
}
.logo {
    padding-left: 50%;
}
.filho1 {
    padding-top: 50px;
    padding-left: 300px;
}
.filho2 {
    padding-top: 80px;
    padding-left: 120px;
    padding-right:990px;
}
footer {
    display: flex;
    justify-content: space-between;
    font-size: 70px;
    padding-left: 850px;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: gray;
}
footer a {
    color: white;
}
.naruto {
    padding-bottom: 30px;
    padding-left: 150px;
    padding-top: 50px;
    background-color: blue;
}
.narutomain {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    background-color:gray ;
}
.narutomain p {
    font-size: 45px;
}
.branco {
    background-color: white;
    height: 140px;
}
.narutofooter {
    padding-bottom: 50px;
    background-color: blue;
}
.branco2 {
    background-color: white;
    height: 40px;
}
.narutofooter a {
    padding-left: 0px;
    font-size: 120px;
}
.sasuke {
    height: 400px;
    padding-bottom: 30px;
    padding-left: 150px;
    padding-top: 50px;
    background-color: blue;
}
.sasukemain {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    background-color:gray ;
}
.sasukemain p {
    font-size: 45px;
}
.branco3 {
    background-color: white;
    height: 140px;
}
.sasukefooter {
    padding-bottom: 0px;
    background-color: blue;
}
.branco4 {
    background-color: white;
    height: 40px;
}
.sasukefooter a {
    padding-left: 0px;
    font-size: 120px;
}
.branco5 {
    background-color: white;
    height: 30px;
}