@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');


.fleur-de-leah-regular,h1 {
  font-family: "Fleur De Leah", cursive;
  font-weight: 400;
  font-style: normal;
}

body{background-color:#757575;}

a{color:pink;}
a:hover{color:#3d3c3b;}

table {
    border: 1px solid pink;
  border-radius: 10px;
  border-spacing:0px;
}

th, td {
  border: 1px solid pink;
  border-radius: 10px;
  padding: 5px;
  text-align:center;
}

h1 {
  color: pink;
}
