@charset "utf-8";
/* CSS Document */
body {
  background-color: #000000;
}

h1 {
  color: #E91D20;
  text-align: center;
  font-size: 50px;
}
h2 {
  color: #E91D20;
  text-align: left;
  font-size: 30px;
}
h3 {
  color: #E91D20;
  text-align: left;
  font-size: 20px;
}
p {
  color: #FF7E00;
  font-size: 30px;
}
a:link {
  color: mediumvioletred;
}

a:visited {
  color: grey;
}

a:hover {
  color: darkred;
}

a:active {
  color: red;
}
