@font-face {
    font-family: MorePeftectDos;
    src: url("/assets/main/moreperfectdos.ttf");
}

@font-face {
    font-family: FiraCode;
    src: url("/assets/main/FiraCode.ttf");
}

body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.6;
    font-family: MorePeftectDos, monospace;
    font-size: 18px;
    padding: 0 10px;
    image-rendering: pixelated;
    align-items: center;
    background-image: url("/assets/main/arcade.gif");
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed;
}

div, header, nav, footer {
    position: relative;
    z-index: 2;
}

img {
    image-rendering: initial;
}

header, hr, nav, .entry, .entrysq, pre, .image, footer, .video-container, .video-border, .comment, .error {
    border: 2px solid #6c71c4;
}

header, hr, nav, .entry, footer {
    background: #000000da;
}

.entrysq, .comment, .error {
    background: none;
}

.comment p, .error p {
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.entry, .entrysq, .comment, .error {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header, h1, h2, h3{
    color: #d33682;
}

#title {
  text-shadow: 0 0 5px #d33682, 0 0 15px #d33682, 0 0 20px #d33682, 0 0 40px #d33682, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #f0e9ec;
  text-align: center;
  animation: blink 12s infinite;
  -webkit-animation: blink 12s infinite;
}

@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #777;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
  text-shadow: 0 0 5px #d33682, 0 0 15px #d33682, 0 0 20px #d33682, 0 0 40px #d33682, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #f0e9ec;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #777;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
  text-shadow: 0 0 5px #d33682, 0 0 15px #d33682, 0 0 20px #d33682, 0 0 40px #d33682, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #f0e9ec;
  }
}

a{
    color: #2aa198;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #268bd2;
}

h1, h2, h3 {
    line-height: 1.2;
    text-align: center;
}

input, form, textarea {
    text-align: center;
}

input::placeholder, textarea::placeholder {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
    color: #93a1a1;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: #00000000;
}

input[name="submit"] {
    font-size: 18px;
}

#name {
    width: 50%;
}

.comment strong {
    color: #268bd2;
    }

textarea {
    width: 400px;
    height: 100px;
    }

.box {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #93a1a1;
    outline: none;
    border-color: #6c71c4;
    font-size: 14px;
    font-family: MorePeftectDos, monospace;
}

.button {
    border: none;
    background: none;
    color: #2aa198;
    font-size: 14px;
    text-align: center;
    font-family: MorePeftectDos, monospace;
}

.button:hover {
    text-decoration: underline;
    color: #268bd2;
}

.search {
    margin-left: 55px;
    font-family: MorePeftectDos, monospace;
}

p {
    color: #93a1a1;
    text-align: center;
}

header {
    padding-top: 8px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

nav, footer {
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul a {
    text-decoration: none;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

pre {
    background: #002b36;
}

.code {
    color: #93a1a1;
    font-family: FiraCode, monospace;
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
}

.entry h2 {
    word-break: break-all;
}

::selection {
    background: #2aa198;
    color: #d33682;
}

strong {
    color: #d33682;
}

input[type="color"] {
    border: 1px solid yellow;
}body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('/assets/main/halloween.png');
    background-position: top left;
    background-size: auto;
    pointer-events: none;
    z-index: 0;
}