@import url('https://fonts.googleapis.com/css2?family=Corben&family=Montserrat:wght@300&display=swap');
/* SELECTORES DE ETIQUETAS HTML*/
body{
  background-image: url(../img/fondo.jpg);
}
h3{
font-family: 'Corben', cursive;
font-size: 24px;
}
h5,p,a{
  font-family: 'Montserrat', sans-serif;
}
h5{
  font-size: 18px;
  }
    /*SELECTORES DE ETIQUETAS PERSONALIZADAS*/
  .contenedor{
    width:60%;
    background-color: white;
    margin: 50px auto;
    padding: 20px;
    border: 2px solid pink;
    border-radius: 10px;
    text-align: center;
}
.borde-foto{
  border: 5px solid yellow;
border-radius: 50px;
}
