@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;
}
.contenedor{
  width: 600px;
  background-color: white;
  margin: 50px auto 50px auto;
  padding: 20px;
  border: 2px solid black;
  border-radius: : 20px;
  text-align: center;
}
