* {
}

@font-face {
  font-family: "Wizard's Manse";
  src: url("/fonts/Wizard\'s\ Manse.otf") format("opentype");
}

@font-face {
  font-family:"listen here miss";
  src: url("/fonts/ListenHereMiss.ttf") format("truetype");
}

@font-face {
  font-family: "dysin4mation";
  src: url("/fonts/dysin4mation.ttf") format("truetype");
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/images/Illustration.webp");
}

.main-container {
  display: flex;
  flex-direction: column;
  margin: -8px;
  gap: 5px;
  height: auto;
  min-height: 100vh;
  width: auto;
}

.nav-bar {
  height: 80px;
  flex-shrink: 0;
  margin-top: 50px;
}

.nav-list {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav-item {
  list-style: none;
  text-decoration: none;
  margin: auto;
}

.nav-item a {
  font-family: "listen here miss", sans-serif;
  font-size: 20pt;
  text-decoration: none;
  color: rgb(255, 238, 204);
}

.nav-item a:hover {
  color: white;
}

.division-container {
  display: flex;
  flex: 1;
  margin: 0px;
  padding: 25px;
  gap: 5px;
}

.sidebar {
  flex: 1;
  margin: 25px 25px 0px 0px;
  justify-content: center;
  align-items: flex-start;
}

.profile-picture {
  width: 110%;
  height: auto;
  margin: -50px -50px -6px -25px;
}

.notice-board {
  width: 100%;
  height: auto;
  background-image: url("/images/spiral-notebook-paper-texture.webp");
  background-position: center;
  background-size: 140%;
  border: 5px solid rgb(21, 120, 140);
  border-radius: 15px;
}

.notice-title {
  font-family: "wizard's manse", sans-serif;
  margin-top: -3px;
  font-size: 30pt;
  text-align: center;
  color: rgb(70, 66, 94);
}

.notice-content {
  margin: -32px 20px 0px 20px;
  line-height: 1.4;
  font-family: "dysin4mation", sans-serif;
  font-size: 15pt;
  color:rgb(70, 66, 94)
}

.main-area {
  height: auto;
  flex: 5;
  background-color: rgba(0, 0, 0, 0.5);
  border: 5px solid rgb(21, 120, 140);
  border-radius: 15px;
  margin: 25px 0px 0px 0px;
}

.content-area {
  padding: 0px 150px 25px 150px;
  height: auto;
}

.welcome-message {
  font-family: "wizard's manse", sans-serif;
  font-size: 60pt;
  text-align: center;
  color: rgb(255, 238, 204);
  margin: 0px 0px 0px 0px;
}

.intro-text {
  font-family: "dysin4mation", sans-serif;
  font-size: 20pt;
  text-align: center;
  color: rgb(255, 238, 204);
  margin: 0px 0px 0px 0px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.footer {
  height: 100px;
  margin: 0px 25px 25px 25px;
  display: flex;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 5px solid rgb(21, 120, 140);
  border-radius: 15px;
}

.back-to-top a {
  display: flex;
  justify-content: center;
  font-family: "listen here miss", sans-serif;
  font-size: 16pt;
  margin: 25px 25px;
  color: rgb(255, 238, 204);
  text-decoration: none;
}

.back-to-top a:hover {
  display: flex;
  justify-content: center;
  font-family: "listen here miss", sans-serif;
  font-size: 16pt;
  margin: 25px 25px;
  color: white;
  text-decoration: none;
}
