body{
margin: 0;
width: 100%;
-webkit-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;
}
header{
background-color:#04142c;
display: flex;
justify-content: space-between;
}
header img{
width: 320px;
height: 109px;
}
header div {
display: flex;
align-items: center;
text-align: center;
margin-right: 200px;
}
header div a {
text-decoration: none;
color: white;
font-size: 40px;
 
padding-top: 5px;
font-family: "Bebas Neue", sans-serif;
font-weight: 300;
font-style: normal;
text-align: center;
}
header div a:not(:last-child) {
margin-right: 30px;
}
.a1{
padding-left: 120px;
}

section{
background-color: #f2f2f2;
border-radius: 15px;
margin: 15px;
padding: 15px;
text-align: center;
}
section h1{
font-size:35px;
margin: 8px;
font-family: "Bebas Neue", sans-serif;
font-weight: 400;
font-style: normal;
}
section p{
    text-align: justify;
font-size:20px;
margin:0;
padding:0;
}
section a{
text-decoration:none;
padding: 10px;
}
section a img{
border-radius: 5px;
}
footer{
background-color: #04142c;
padding: 35px;
}
#imagembotão{
width: 50px;
height: 50px;
padding: 30px 10px;
}
.img01{
width: 150px;
height: 200px;
padding:10px;
border-radius: 20%;
}
.img02{
padding:0 20px;
height: 700px;
}
