body{
    background-color:bisque;
}

p{
    background-color: aliceblue;
    border: solid 3px black; 
    border-radius: 10px;
    font-size: large;
}

a{
  background-color: aliceblue; 
  
}

.h1{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 10px;
    width: 300px;
    height: 60px;
    font-size: 40px;
    background-color:bisque
    
}

img{
    border-radius: 30px;
    padding: 10px;
    background-color: bisque;
    width: 200px;
    height: 200px;
}

.contenedor{
    background-color: rgb(197, 136, 56);
    text-align: center;
    width: 1330px;
    height: 60px;
    font-style: italic;
    font-size:xx-large
}

h3{
   text-align: center;
   font-family: fantasy;
}
