@font-face {
  font-family: Pixelated;
  src: url(../font/PixelatedEleganceRegular-ovyAA.ttf);
}

body {
  overscroll-behavior: none;
  background-image: url('../img/background.svg');
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 10%;
  font-family: "Pixelated", sans-serif;
  font-size: 18pt;
  color: #ffffff;
  text-align: center;
}

a {
  color: #ffffff;
}

div#content-window {
  box-shadow: 15px 15px 10px 1px rgba(0, 0, 0, 0.2), -15px 15px 10px 1px rgba(0, 0, 0, 0.19);
  margin-right: auto;
  margin-left: auto;
  width: 500px;
}

div.top {
  border-radius: 15px 15px 0px 0px;
  background: #1D0B35;
  margin-top: 50px;
  height: 40px;
}

div.logo {
  border-style: none solid;
  border-color: #1D0B35;
  border-width: 3px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

div.content {
  border-style: none solid;
  border-color: #1D0B35;
  background: #1D0B35;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 50px;
  padding-bottom: 0px;
}

div.bottom {
  border-style: none solid solid solid;
  border-color: #1D0B35;
  background: #1D0B35;
  height: 30px;
  margin-bottom: 100px;
  padding-top: 30px;
}