body {
  background-color: #151A57;
  background-size: 30px 30px;
  background-image:
    linear-gradient(to right, #404793 1px, transparent 1px),
    linear-gradient(to bottom, #404793 1px, transparent 1px);
  font-size: 18px;
  font-family: "Ubuntu Sans", sans-serif;
  font-optical-sizing: auto;
}

.wrapper {
  align-items: center;
  display: flex;
  gap: 25px;
  height: 90vh;
  justify-content: center;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-top: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .wrapper {
    flex-direction: column;
    gap: 0;
    justify-content: start;
    padding-left: 20px;
    padding-right: 10px;
  }

  .wrapper_column {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
}

.notepad, .changelog, .main {
  background-color: #fff;
}

.nav_header {
  align-items: center;
  background: #000080;
  background: linear-gradient(90deg,rgba(0, 0, 128, 1) 0%, rgba(38, 139, 206, 1) 100%);
  color: #fff;
  display: flex;
}

.nav_h1 {
  font-size: 16px;
  margin: 6px;
}

.nav_tabs {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.nav_group {
  display: flex;
  gap: 8px;
}

.nav_button {
  box-shadow: inset 2px 2px 0px #ffffff, inset -2px -2px 0 #808080, 2px 2px 0 #000000;
  color: #000000;
  display: flex;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
}

.nav_button:focus,
.nav_button:hover,
.nav_button___active {
  background-color: #A8A8A8;
  box-shadow: inset 2px 2px 0px #000000;
}

.nav_netscape {
  height: 40px;
}

.main {
  background-color: #c0c0c0;
  box-shadow: -1px -1px 0 #ffffff;
  padding: 2px;
  margin-bottom: 20px;
  max-width: 700px;
}

.main_content {
  background-color: #fff;
  background: url("https://cdn.glitch.global/83b120fd-97eb-4ee1-844f-94c06812a1d1/background.gif?v=1745354522648");
  max-height: 600px;
  overflow: scroll;
}

@media screen and (max-width: 900px) {
  .main_content {
    max-height: unset;
  }
}

.main_header {
  align-items: center;
  display: flex;
  font-family: serif;
  font-weight: bold;
  font-size: 28px;
  height: 40px;
  justify-content: center;
  margin: 20px auto 10px;
}

.main_flame {
  height: 35px;
}

.main_grid {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 10px 20px 40px 10px;
  margin: 20px;
}

@media screen and (max-width: 600px) { 
  .main_grid {
    padding: 10px;
    margin: 10px;
  }
}

.main_column {
  margin-top: 0;
}

.main_footer {
  display: flex;
  justify-content: center;
  margin: 10px 10px 20px 10px;
}

@media screen and (max-width: 900px) { 
  .main_footer {
    margin: 10px;
  }
}

.portrait {
  float: left;
  margin: 20px 40px 60px 20px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .portrait {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: unset;
    margin: 0 40px 10px 40px;
  }
}

.portrait_mel {
  border: 1px solid #000;
  height: 220px;
  padding: 3px;
  margin-top: 40px;
  width: 220px;
}

@media screen and (max-width: 600px) {
  .portrait_mel {
    margin-top: 10px;
  }
}

.portrait_unicorn {
  position: absolute;
  left: -25px;
  width: 90px;
}

@media screen and (max-width: 600px) {
  .portrait_unicorn {
    display: none;
  }
}

.portrait_shark {
  position: absolute;
  left: 60px;
  top: 170px;
  width: 200px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .portrait_shark {
    display: none;
  }
}

.portrait_smiley {
  position: absolute;
  left: 10px;
  top: -15px;
  transform: rotate(340deg);
  width: 100px;
}

@media screen and (max-width: 600px) {
  .portrait_smiley {
    display: none;
  }
}

.portrait_cola {
  left: -10px;
  position: absolute;
  top: 200px;
  transform: rotate(350deg);
  width: 70px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .portrait_cola {
    display: none;
  }
}

.portrait_peppy {
  position: absolute;
  left: 140px;
  top: -15px;
  transform: rotate(20deg);
  width: 110px;
}

@media screen and (max-width: 600px) {
  .portrait_peppy {
    display: none;
  }
}

.portrait_rainbow {
  position: absolute;
  top: 268px;
  transform: rotate(30deg);
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .portrait_rainbow {
    display: none;
  }
}

.socials {
  background: url("https://cdn.glitch.global/83b120fd-97eb-4ee1-844f-94c06812a1d1/beeper.png?v=1747855296682");
  font-size: 14px;
  height: 300px;
  margin-left: -20px;
  margin-bottom: -50px;
  position: relative;
  width: 380px;
}

@media screen and (max-width: 900px) { 
  .socials { 
    margin-left: -15px;
    width: unset;
  }
}

.socials_scroll {
  font-family: monospace;
  left: 78px;
  position: absolute;
  text-align: center;
  top: 67px;
  width: 200px;
}

.socials_text {
  margin-bottom: 10px;
}

.socials_link {
  color: #000000;
  text-decoration: underline;
}

.dunkcam {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: monospace;
  height: auto;
  max-width: 320px;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 900px) { 
  .dunkcam { 
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 10px;
  }
}

.dunkcam_rec {
  align-items: center;
  display: flex;
  gap: 5px;
}

.dunkcam_dot {
  background-color: #ff2b2b;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.dunkcam_header, .dunkcam_footer {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 15px;
  text-transform: uppercase;
}

.dunkcam_photo {
  height: auto;
  margin: 0 50px;
  position: relative;
}
