@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=EB+Garamond&display=swap');
body{
  background-color: #B64571;
  font-family: 'EB Garamond', serif;
}
h1{
  color: white;
font-family: 'Bowlby One SC', cursive;
  background-color: #6E1135;
}
h2{
  color: #1F363D;
}

h4{
  color: white;
}

a:hover {
  color: #70A9A1;
  text-decoration: none;
}
