
body {
  font-family: 'Roboto', sans-serif;
  background-color: white;
  color: black;
  line-height: 1;
  padding: 10px;


}

header > h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 80pt; 
  font-weight: 500;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 8px;
  text-align: left;
  margin: 0;
}

header > h1 a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 80pt;
  font-weight: 500;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  line-height: 0.8;
  margin-left: 10px;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 60pt;
  font-weight: 500;
  font-style: italic;
  text-transform: lowercase;
  text-align: left;
  color: black;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  margin-left: 18px;
  line-height: 0.55;
}

.small-font-p {
  font-size: 20pt;
}

.wide-p-spacing {
    line-height: 1;
}

a {
  color: black;
  text-decoration: none;
  transition: text-shadow 0.3s ease;
  font-weight: 500;
  font-size: 40pt;
  font-family: 'Roboto', sans-serif;
}

a:hover {
   text-shadow: 
    0 0 30px #dab3ff, 
    0 0 60px #dab3ff, 
    0 0 90px #dab3ff;
}

