 body{
      background-color: black;
      color:blueviolet;
       font-family: "Source Sans 3", sans-serif;
 }

 header{
     font-size:60px;
     border-bottom: double 5px pink;
     padding: 50px;
     text-align: center;

 }
 h1{
     font-size:30px;
 }
 p{
     font-size:20px;
 }

 section {
    display: flex;
    justify-content: center; 
    background-color: aqua
    color    blue)
 }

 .texto {
    margin-right: 5%;
}
img{
    width: 300px;
    height: 200px;
}