@import url('https://fonts.googleapis.com/css?family=Cute+Font|Quicksand&display=swap');

body {
  background-color: white;
  color: black;
  font-family: 'Quicksand', cursive;
}

h1 {
  font-family: 'Cute Font', cursive
}