/* pagina_01-01 */

   body{
    background: url('../../../pics/clouds.png');
    /* background-size: cover; */
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-attachment: fixed;   
  } 

p{
  font-family: 'Courier New', Courier, monospace;
  font-size: xx-small;
}
  h1{
    /* background: url('../../../pics/clouds.jpg'); */
    color: rgba(246, 255, 0, 0.877);
    font-family: 'Arial', sans-serif;
    text-align: center;
    margin-top: 2%;
    border :1px;
    border-radius: 30px;
    border: 2mm ridge white;
    text-decoration:overline underline;
    background-color: blue;    
  }

  h2{
    /* background: url('../../../pics/clouds.jpg'); */
    color: gold;
    font-family: 'Arial', sans-serif;
    text-align: center;
    margin-top: 5%;
    border-radius: 30px;
     border: 2mm ridge white;
    text-decoration:overline underline;
    background-color: blue;
  }

  iframe{
    background-color: lightblue;
    border:10px;
    border-style: ridge;
    border-color: gold;
    border-radius: 20px;
    width: 300px;
    height: 250px;    
  }