body {
    background-color: black;
    color: white;
    font-family: 'DM Serif Text', Arial, Helvetica, sans-serif;
}

div.center {
    align-items: center; justify-content: center
}

h1.header {
  font-size: 300%;
  margin-top: auto;
}

img.subject {
  background: blue;
  margin: 0;
  width: 15%;
  height: 15%;
  clip-path: circle();
}

p {
  margin-top: -2%;
}

p.title {
  margin-top: 2%;
  font-size: 175%;
}

p.warning {
  color: red;
  font-size: large;
}

a:link {
  color: red;
}

a:visited {
  color: rgb(196, 133, 255);
}

a:active {
  color: red;
}

hr {
  color: white;
}

/* Fonts */
.dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .dm-serif-text-regular-italic {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
  }
  