body{
    margin:auto;
    width:950px;
    background-color: pink;
    font-size:20px;
  }
  
  h1{
    color:Crimson;
    background-color:LightPink;
    font-family:"Trebuchet MS";
    text-align:center;
    font-weight:bolder;
    font-size:6em;
    border: 5px dotted DeepPink;
    border-radius: 30px;
    padding: 5px;
    margin: 30px;
  }
  
  h2{
    text-align:center;
    font-family:"Trebuchet MS";
    color:Crimson;
    font-size:1.5em;
    margin:21px;
  }
  
  p{
    text-align:center;
    font-family:"Verdana";
  }
  
  img{
    display:block;
    margin:auto;
    border: 2px dotted DeepPink;
    width: 650px
  }
  
  a{
    color:purple;
  }
  
  a:hover{
    text-decoration:underline;
    color:White;
    background:Plum;
  }
  
  .rosa1{
    color:Indigo;
    font-size:1.2em;
  }
  
  .rosa2{
    color:DarkMagenta;
  }
  
  .rosa3{
    color:Indigo;
  }