a{
    background: #FF00FF;
    font-size: 25px;
    padding: 10px;
    font-style: italic;
    border-radius:30px;
    margin: 5px;
    position: center;
    left: 80px;
    text-decoration:underline;
    color: black;

}



img{
   
  border-radius: 40px;  
}


h2{
    color:yellow;
    background: black;
    font-style: normal;
    font-size: 30px;
}

#titulo{
    background: black;
    color: white;
    text-align: center;
    font-size: 40px;
}


p{
    background: white;
    border-radius: 15px;
    color: black;
    font-size: 25px;
    font-style: italic;
}

body{
background: #00FFFF;

}
#intro{
    background:black ;
    color:white;
    text-align: center;
}
div{
    background: black;
    color:white;
    border-style:dashed;
    
}