body {
  margin: 0;
  padding: 0;
  background-color: #422e43;
  font-family: "Luckiest Guy", cursive;
  font-size: 45px;
  line-height: 30px;
  font-variant: all-small-caps;
  color: rgb(43, 43, 43);
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-menu {
  background-image: url("images/top-background.png");
  background-position: center;
  height: 132px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
}

.sub-menu {
  background-image: url("images/sub-menu-background.png");
  background-position: center;
  justify-content: center;
  height: 75px;
  display: none;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
}

.content {
  flex-grow: 1;
  display: flex;
  background-image: url("images/middle-glass.png");
  background-repeat: round;
  justify-content: center;
}

.footer {
  background-image: url("images/footer-background-short.png");
  background-position: center;
  height: 90px;
  box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.3);
}

canvas {
  position: fixed;
  z-index: -1;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  filter: blur(8px);
  opacity: 1;
}

.image-container {
  position: relative;
  width: 150px;
  display: flex;
  height: 150px;
}

#zone-background {
  position: absolute;
  width: 160px;
  height: 160px;
}

.avatar {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  width: 85%;
  height: 85%;
  z-index: 2;
}

#eye-left {
  position: absolute;
  top: 52px;
  left: 36px;
  width: 40px;
  height: 40px;
  z-index: 3;
}

#eye-right {
  position: absolute;
  top: 52px;
  left: 82px;
  width: 40px;
  height: 40px;
  transform: scaleX(-1);
  z-index: 3;
}

.ball-record {
  padding-left: 25px;
  width: 35px;
  height: 35px;
}

#records {
  display: block;
  padding: 25px;
}

.item {
  display: flex;
  width: 378px;
  height: 71px;
  align-items: center;
  margin: 10px;
  color: #fcfcfc;
  background-image: url("images/mini-record-bg.png");
  text-shadow: 0px 0px 5px rgb(17, 17, 17);
}

.item img {
  width: 25px;
  height: 25px;
  margin-left: 20px;
}

.item span {
  margin-top: -5px;
  font-size: 35px;
  margin-left: 25px;
}

#player-card {
  visibility: hidden;
}

nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}

nav img {
  padding: 10px;
}

button {
  background-color: #04aa6d;
  border: none;
  color: white;
  width: 150px;
  height: 40px;
  padding: 12px 32px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

input[type="text"] {
  padding: 12px 32px;
  height: 53px;
  width: 308px;
  color: #ffffff;
  background-color: #04aa6d00;
  font-family: "Luckiest Guy", sans-serif;
  font-size: 30px;
  border: #04aa6d;
  font-variant: all-small-caps;
  box-sizing: border-box;
  background-image: url("images/input-bg.png");
}

input[type="text"].middle:focus {
  outline-width: 0;
}

input:focus {
  outline: none;
}

.small-button {
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
}

.footer-button {
  margin-top: 14px;
}

.small-button:hover {
  -webkit-filter: brightness(140%);
  cursor: pointer;
}

#top-content {
  height: 70px;
  background-image: url("images/top-glass.png");
  background-repeat: round;
}

#bottom-content {
  height: 70px;
  background-image: url("images/bottom-glass.png");
  background-repeat: round;
}

.top-diary {
  height: 65px;
  width: 650px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/top-diary-bg.png");
  background-repeat: round;
}

.middle-diary {
  min-height: 150px;
  width: 650px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/repeat-diary-bg.png");
  text-align: center;
  background-repeat: round;
}

.bottom-diary {
  height: 60px;
  width: 650px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/bottom-diary-bg.png");
  background-repeat: round;
}

.top-card {
  height: 65px;
  width: 500px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/card-top.png");
  background-repeat: round;
}

.avatar-card {
  height: 180px;
  width: 500px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/card-avatar.png");
  background-repeat: round;
}

.middle-card {
  width: 500px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/card-middle.png");
  text-align: center;
  background-repeat: round;
}

.bottom-card {
  height: 60px;
  width: 500px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("images/card-bottom.png");
  background-repeat: round;
}

#card {
  margin-top: 30px;
  display: none;
}

.text-red {
  color: #a74242;
}

#text-patch {
  text-align: left;
  display: block;
  margin-left: 20px;
  font-size: 30px;
}

#tv {
  height: 320px;
  margin-top: 20px;
}

iframe {
  display: block;
  position: relative;
  margin-left: 128px;
  border-style: double;
  width: 440px;
  height: 250px;
}

.frame {
  position: absolute;
  margin-top: -55px;
  margin-left: 68px;
  pointer-events: none;
  cursor: default;
  z-index: 10;
}

#downloads {
  margin-top: 30px;
  margin-left: 80px;
}

#downloads img {
  position: relative;
  display: inline-block;
  margin: auto;
}

#resume {
  background-color: #fcfcfc;
  padding: 30px;
  margin: 20px;
  font-size: 35px;
}

.vote-image {
  width: 500px;
  margin: 10px;
  border: 5px solid #1f1f1f;
}

progress {
  margin-left: auto;
  color: #65d145;
  height: 20px;
  background-color: white;
  border: none;
}

progress::-webkit-progress-bar {
  background: white;
}

progress::-webkit-progress-value {
  background: #8fc23f;
}

/* Firefox settings */
progress::-moz-progress-bar {
  background: white;
}

.record {
  margin: 10px;
  justify-content: left;
  text-align: left;
  align-items: center;
  display: flex;
  align-content: center;
  width: 714px;
  height: 77px;
  background-image: url("images/record-bg.png");
}

.mini-record {
  margin: 2px;
  justify-content: left;
  text-align: left;
  align-items: center;
  display: flex;
  align-content: center;
  width: 378px;
  height: 71px;
  background-image: url("images/mini-record-bg.png");
}
.record-text {
  font-size: 28px;
  margin-left: 28px;
  font-variant: normal;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 5px rgb(17, 17, 17);
}

.record-handler-text {
  font-size: 28px;
  margin-left: 30px;
  font-variant: normal;
  color: rgb(89, 216, 121);
  text-shadow: 0px 0px 5px rgb(17, 17, 17);
}

#players {
  display: none;
}

#hof {
  display: block;
}

.button-img {
  cursor: pointer;
}

.flex {
  display: flex;
}

.image-cropper {
  border-radius: 50%;
}

.text-avatar {
  margin-left: 25px;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-size: 55px;
  text-shadow: 0px 0px 5px rgb(17, 17, 17);
}

.date-avatar {
  margin-left: 25px;
  margin-top: -30px;
  color: rgb(71, 63, 68);
  font-size: 55px;
  text-shadow: 0px 0px 5px rgb(129, 129, 129);
}

#text-error {
  display: none;
  margin-top: 30px;
  color: rgb(199, 55, 55);
  font-size: 50px;
  text-shadow: 0px 0px 5px rgb(2, 2, 2);
}

#countdown {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(184, 122, 118);
  font-size: 30px;
  text-shadow: 0px 0px 5px rgb(243, 243, 243);
}
