* {
  image-rendering: pixelated;
}

body {
  background: radial-gradient(circle,rgba(23, 23, 23, 0.75) 50%, rgba(17, 17, 17, 1) 100%), url(../images/boyground.png) 100% / cover;
  font-family: "Courier New";
  font-weight: bold;
  font-size: 20px;
  height: 97vh;
  display: flex;
}

body:after {
  content: "DITZY IS DOWN FOR MAINTENANCE. LOG ENTRIES ARE BEING CREATED IN THE BACKGROUND UNTIL THEN.";
  padding: 100px;
  font-size: 48px;
  color: white;
  text-align: center;
  display: flex;
  place-items: center;
  justify-content: center;
  margin-inline: auto;
  position: absolute;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  margin: none;
  left: 0px;
  top: 0px;
  background: #000000ba;
  overflow: hidden;
  pointer-events: none;
  
}

#container {
  color: white;
  background: #6E6E6E;
  padding: 10px;
  max-width: 1024px;
  margin: auto;
  text-align: center;
  rotate: 2deg;
}

.video {
  display: flex;
  flex-direction: column;
  background: #606060;
  padding: 5px;
  margin: 10px;
}

.title {
  color: lime;
  background: black;
  box-shadow: 5px 0px black, -5px 0px black;
  margin-bottom: -5px;
}

.thumb {
  max-width: 75%;
  margin: 15px;
  margin-inline: auto;
  margin-bottom: -5px;
}

.buhton {
  margin: 10px;
  width: 75%;
  max-width: 75%;
  background: black;
  color: white;
  text-decoration: none;
  border-bottom: #4D4B4B solid 10px;
  border-left: #666666 solid 10px;
  padding: 5px;
  padding-inline: 10px;
  margin-inline: auto;
  bottom: 1px;
  &:hover {
    position: relative;
    bottom: 1px;
  }
}

a {
  color: white;
  text-decoration: none;
}