body {
  font-family: 'Kavivanar', cursive;
  background-image: url("/img/background.png") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  color: black;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #1AC6D9;
  text-shadow: 1px 1px 1px black;
}

a:hover {
  color: #e30d3b;
}

.main {
  min-width: 300px;
  width: 80%;
  margin: 0 auto;
  padding: 4px 0 0 0;
  background-color: #7a6592ee;
  color: #1AC6D9;
  position: relative;
}

.main h1 {
  font-family: 'BigBlueTermPlus Nerd Font Propo', cursive;
  font-weight: bold;
  color: #e30d3b;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 2px 2px 4px black;
}

.main h2 {
  font-family: 'Kavivanar', cursive;
  text-align: center;
  color: #114BBF;
  text-shadow: 0 0 2px black,
               0 0 2px black,
               0 0 2px black,
               0 0 2px #1AC6D9;
}

.symbol {
  font-family: 'Symbols Nerd Font';
}
