@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=EB+Garamond&display=swap');

body{
  background-color: #B64571;

}

h3{
    font-family: 'EB Garamond', serif;
    font-size: 30px;
}

h5,p,a{

  font-family: 'Bowlby One SC', cursive;
}

h5{
  font-size: 15px;
}

.contenedor {
  background-color: white;
  width: 750px;
  background-color: white;
  margin: 60px auto 50px auto;
  padding: 5px;
  border: 2px solid black;
  text-align: center;
}
