@import url('https://fonts.googleapis.com/css2?family=Kedebideri:wght@400;500;600;700;800;900&family=Platypi&display=swap');

body {
  background-color: #191919;
  color: #fafafa;
  font-family: Kedebideri, Gisha, "Trebuchet MS", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-family: Platypi, serif;
}

a:link {
  color: #fef082;
  text-decoration: none;
}

a:visited {
  color: #fef082;
  text-decoration: none;
}

a:hover {
  color: #78e787;
  text-decoration: underline;
}

a:active {
  color: #fef082;
  text-decoration: underline;
}

.main {
  border: solid #5B0D57 7px;
  border-image: url(multi-frame.png) 7 stretch;
  background-color: #70116D;
  background-image:
    linear-gradient(#fffa, #0000),
    linear-gradient(#0000, #000b),
    url(background.png);
  background-origin: border-box;
  background-repeat: no-repeat, no-repeat, repeat;
  background-blend-mode: overlay, overlay, normal;
  color: #fafafa;
  margin: 30px 375px;
  padding: 25px;
}