<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #ffffff;
  color: #ffffff;
  font-family: "Century Gothic";
  margin: 30px;
}

.resume {
  background-color: #800C63;
  color: #ffffff;
  font-family: "Century Gothic";
  padding: 30px;
  border-radius: 25px;
}

.name {
  font-size: 10vh;
  font-family: "Century Gothic";
}

.contact-info {
  font-style: italic;
}
</pre></body></html>