* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("assets/e1ww8ag2ram71.jpg") center center no-repeat;
  background-size: cover;
  font-weight: 400;
  font-style: normal;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14, 14, 16, 0.1);
  z-index: 0;
  pointer-events: none;
}

h1 {
  font-size: 60px;
  margin-bottom: 80px;
  letter-spacing: 2px;
  color: lch(86.12% 75.31 91.45);
  text-shadow: 0 0 10px rgba(0, 191, 255, 0.6);
  box-shadow: 0 0 12px rgba(0, 191, 255, 0.3);
  position: relative;
  z-index: 1;
  border: 1px solid #fad53b;
  border-radius: 20px;
  background: #030807;
  text-align: center;
  padding: 10px;
}

.main {
  display: flex;
  flex-direction: column;
}

.display-none {
  display: none;
}

.select-character {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#fetchBtn {
  width: 260px;
  height: 70px;
  border: 2px solid #00bfff;
  border-radius: 50px;
  background: linear-gradient(to bottom, #1c1c1c, #111);
  color: #ffffff;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 191, 255, 0.3);
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}

#fetchBtn:hover {
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.6);
  border-color: #00d0ff;
  color: #00d0ff;
}

#fetchBtn:active {
  transform: scale(0.98);
}

pre {
  margin-top: 40px;
  font-size: 22px;
  white-space: pre-wrap;
  max-width: 600px;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.02);
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px rgba(0, 191, 255, 0.1);
  color: #d7d7d7;
  text-shadow: 0 0 4px rgba(0, 191, 255, 0.3);
  position: relative;
  z-index: 1;
}

.desc {
  position: relative;
  top: -50px;
  font-size: large;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #ffeda7;
  border-radius: 20px;
  background: #1e2328;
  padding: 20px;
  display: inline-block;
  justify-content: center;
}

section {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  font-size: x-large;
}

.monday {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  box-shadow: 0 0 12px rgba(0, 191, 255, 0.3);
  border: 1px solid #ffeda7;
  border-radius: 20px;
  background: #1e2328;
  display: inline-block;
  padding: 20px;
}

.stuff {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.tuesday {
  padding-bottom: 30px;
}

.wednesday {

}