body{
      margin: auto;
      width: 980px;
      background-color: lightsteelblue;
      font-family: arial;
      font-size: 25px;
    
    }
    
    h1{
      text-align: center;
      font-family: "stencil std", "fantasy";
      color: darkblue;
  }
  
  h2{
      text-align: center;
      font-family: "tahoma", "impact", "fantasy";
      color: darkred;
      font-size: 1.5em;
  }
  
  p{
      font-family: "Trebuchet MS";
      text-align: justify;    
  }
  
    img{
      border: solid 5px;
      margin:auto;
      color: yellow;
      padding: 10px;
      border-radius: 40px 0px 40px 0px;
      text-align: center;
      width: 900ox;
      display: block;
      

  }
  
  a{
      text-decoration: none;
    
    }
    
  a:hover{
      text-decoration: underline overline;
      color: red;
      background: yellow;
    }
    
  .vermelho{
      color: darkred;
    }
    
  .azul{
      color: darkblue;
    }
    
    
  #ubuntu{
      background-color: cornflowerblue;
      text-align: center;
      font-weight: bolder;
      border: 3px dotted blue;
      padding: 15px;
      border-radius: 10px
    }
    
  