/*SELECTORES DE ETIQUETas*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:wght@300&display=swap');
body {
  background-image: url(../imagenes/fondo.jpg);
}
h3 {
font-family: 'Bebas Neue', cursive;
font-size: 46px
}

h5, p, a {
  font-family: 'Roboto Condensed', sans-serif;
}
h5 {
  font-size: 18px;
}

/*SELECTORES PERSONALIZADOS*/
.contenedor {
  width: 420px 240px;
  background-color: white;
  margin: 50px auto 50px auto;
  padding: 20px;
  border: 2px solid black;
  border-radius: 8px;
  text-align: center;
}

.borde-foto {
  border: 2px solid black;
  border-radius: 3000px;
}
