body {
  font-family: Helvetica;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 18px;
}
subtitle {
  font-size: 15px;
  color: #c3c3c3;
  font-style: italic;
}
.thebackgournd {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.seperator {
  border: 10px solid white;
}
li {
  text-align: left;
}
a:link {
  color: powderblue;
}
a:visited {
  color: pink;
}
a:hover {
  color: hotpink;
}
a:active {
  color: blue;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 25px;
  font-style: italic;
}