@font-face {
    font-family: "brosh-title";
    src: url(./fonts/BroshK.ttf)
}

@font-face {
    font-family: ocr;
    src: url(./fonts/VCR_OSD_MONO.ttf)
}

body {
  background: url("./backgrounds/lust.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: red;
  font-family: monospace;
  text-align: center;
  margin-top: 20vh;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

h1 {
  font-size: 4rem;
  letter-spacing: 0.3rem;
}

h2 {
  font-size: 2rem;
}

.released {
  color: lime;
}

.not-released {
  color: red;
}

.title {
    font-family: "brosh-title";
}

.ocr {
    font-family: "ocr";
    color: white;
}

.hapcontainer {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.hapcon {
    width: 310px;
    height: 760px;
    flex-shrink: 0;
}

.main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.content {
    max-width: 600px;
    text-align: center;
}