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: 5px;
  min-height: 90vh;
  justify-content: center;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-top: 20px;
  margin: 0 auto;
}

.wrapper_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wrapper_column___right {
  margin-left: 20px;
}

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

  .wrapper_column {
    align-items: center;
    justify-content: center;
  }

  .wrapper_column___left {
    order: 3;
  }

  .wrapper_column___right {
    margin-left: unset;
  }
}

@media screen and (max-width: 1200px) {
  .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: 1200px) {
  .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;
  margin: 20px;
}

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

.main_column {
  margin-bottom: 0;
  margin-top: 0;
}

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

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

.portrait {
  float: left;
  height: 290px;
  margin: 5px;
  position: relative;
}

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

.portrait_mel {
  height: auto;
  max-width: 275px;
}

.linkme {
  position: relative;
  width: 300px;
}

.linkme_p {
  margin: 0;
  padding: 0 10px 10px 10px;
}

.linkme_pre {
  background-color: #ECECAE;
  display: inline;
  font-family: monospace;
  font-size: 16px;
}

.linkme_bubble {
  background-color: #FFFFC5;
  border-radius: 10px;
  color: #000;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  padding: 20px 10px 30px 10px;
}

.linkme_group {
  align-items: center;
  display: flex;
  gap: 5px;
  margin: 10px 0;
  width: 100%;
}

.linkme_button {
  height: 31px;
}

.linkme_code {
  font-size: 10px;
  white-space: pre-wrap;
  width: 100%;
}

.linkme_triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0px 30px 20px;
  border-color: transparent transparent #FFFFC5 transparent;
  left: 160px;
  position: absolute;
  transform: rotate(180deg);
}

.linkme_dunk {
  left: -18px;
  position: absolute;
  bottom: -170px;
}

.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: -70px;
  position: relative;
  width: 380px;
}

@media screen and (max-width: 1200px) { 
  .socials {
    margin-left: 20px;
  }
}

.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;
}

.scrapbook {
  background: url("https://i.postimg.cc/43j54Vf6/paper.png");
  background-repeat: no-repeat;
  color: #151515; 
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "Ubuntu Sans Mono", monospace;
  gap: 20px;
  height: 190px;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: -100px;
  padding-left: 25px;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 1200px) { 
  .scrapbook {
    margin-top: unset;
  }
}


.scrapbook a {
  color: #3239FF;
  text-decoration: none;
  margin-right: 45px;
  margin-left: 15px;
}

.scrapbook a:hover {
  text-decoration: underline;
}

.scrapbook_dove {
  position: absolute;
  right: 0;
  top: 0;
}

.scrapbook_heading {
  font-weight: bold;
  margin-left: 5px;
}

.scrapbook_link {
  display: inline-flex;
}

.scapbook_new {
  margin-right: 5px;
}

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

@media screen and (max-width: 1200px) { 
  .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 30px;
  position: relative;
}
