@import 
url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

* {
  margin: 0;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

html,
body {
  height: 100vh;
  display: grid;
  background-color: white;
}

h1 {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5em;
  letter-spacing: -0.04em;
}

h6 {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  letter-spacing: -0.04em;
}

p {
  color: rgb(180, 73, 222);
  font-family: 'Gill Sans', sans-serif;
  font-size: 1.5em;
  margin: 15px 0;
}

.quote {
  color: rgb(180, 73, 222);
  font-family: 'Gill Sans', sans-serif;
  font-size: 1em;
  margin: 5px 0;
