:root {
  --peach: #ffa648;
  --text-color: #1d1f31;
  --white: #eaf1f1;
  --sky-blue: #8db9dc;
  --lightest-blue: #c9d9e6;
  --dark-blue: #8d9dc9;
  --lighter-shadow: #dadada;
  --shadow: #00000041;
  --font-small: "MS UI Gothic", sans-serif;
  --font-title: "Nunito", sans-serif;
  --font-main-title: "Michroma", sans-serif;
}
html, body {
  margin: 0;
  padding-top: 25px;
  padding: 0;
  height: 98%;
  background-image: url("/pngs/f05-bg-bubbledot.png");
  padding: 1px;
}
a, li, p {
  color: var(--text-color);
  font-family: var(--font-small);
  font-size: small;
}

h2 {
  font-family: var(--font-title);
  font-size: x-large;
  font-weight: 900;
}

.about-web {
  font-size: xx-large;
  margin-bottom: 4px;
  filter: drop-shadow(0px -1px var(--white)) drop-shadow(0px 1px var(--sky-blue)) drop-shadow(1px 0px var(--sky-blue)) drop-shadow(0px -1px var(--sky-blue)) drop-shadow(-1px 0px var(--dark-blue)) drop-shadow(0px 3px var(--shadow));
}

body a {
  color: var(--text-color);
  font-weight: bold;
}
ul.list li {
  padding-bottom: 5px;
}
#container {
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  background: rgba(201, 217, 230, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(201, 217, 230, 0.3);
  border-radius: 16px;
  margin-top: 15px;
}
h3, h5 {
  color: var(--text-color);
}
h2, h4, h6 {
  color: var(--sky-blue);
}
#header {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  border: 1px solid var(--sky-blue);
  border-radius: 16px;
}

.navbar li a {
  text-decoration: none;
  color: var(--dark-blue);
}
.navbar ul {
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar {
  background-color: var(--white);
  max-width: 1000px;
  border: 1px solid var(--lightest-blue);
  border-bottom: none;
  border-top: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin-top: 5px;
}
.title {
  font-family: var(--font-main-title);
  font-size: xxx-large;
  font-weight: 900;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 4px;
  color: var(--sky-blue);
  filter: drop-shadow(0px -1px var(--white)) drop-shadow(0px 1px var(--dark-blue)) drop-shadow(0px -1px var(--dark-blue));
}

.about-web {
  margin-top: 15px;
}

.credits {
  width: 30%;
}

.credits li {
  list-style-type: none;
}

.credits a {
    color: var(--text-color);
    font-weight: normal;
}

.credits img {
  margin-right: 5px;
}
#credits-footer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.credits a:hover {
    color: var(--peach);
}

#welcome-msg {
  display: flex;
  justify-content: center;
}

.credit-title  {
    font-family: var(--font-title);
    line-height: 1px;
}

.credit-title h4 {
    color: var(--dark-blue);
    text-align: center;
}

.int {
  width: 60%;
}

.int img {
  margin-left: 45%;
}

#more-soon {
  text-align: center;
}
.content {
  padding: 20px;
}

h2 {
    text-align: center;
}

.content p, li {
  text-align: justify;
  line-height: 15px;
}

.center-content {
  display: flex;
  padding: 10px;
}

.interests {
  list-style: none;
}

.interests li a:hover {
  color: var(--dark-blue);
}

.interests img {
  margin-right: 2px;
}

.interests p a {
  color: var(--sky-blue);
}
.interests p a:hover {
  color: var(--peach);
}



.content img {
  max-width: 150px;
}

#tay-aki {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}


.center-content h2 {
  color: var(--lightest-blue);
  filter: drop-shadow(0px -1px var(--dark-blue)) drop-shadow(0px 1px var(--dark-blue)) drop-shadow(1px 0px var(--dark-blue)) drop-shadow(0px -1px var(--dark-blue)) drop-shadow(-1px 0px var(--dark-blue))
}

.section-title, #main-box {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  background:
    linear-gradient(
      to bottom,
      #ffffff,
      var(--lightest-blue),
      var(--sky-blue)
    );
  color: var(--text-color);
  font-size: 12px;
}
#main-box {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  gap: 8px;
}
.main-content {
  margin-top: 5px;
}
.main-content {
  width: 100%;
  height: auto;
  border: 1px solid var(--sky-blue);
  border-radius: 12px;
}
p {
  padding: 5px;
  color: var(--text-color);
}
p a {
  color: var(--peach);
  font-weight: bold;
}
.scroll::-webkit-scrollbar-track {
  background-color: var(--lightest-blue);
}
.scroll::-webkit-scrollbar {
  width: 10px;
  background-color: var(--white);
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--peach);
}
.navbar li {
  position: relative;
  display: inline-block;
}
.navbar ul.subitems li {
  display: block;
}
.navbar a {
  text-decoration: none;
  display: block;
  color: var(--sky-blue);
  margin-right: 15px;
  transition: 0.2s all linear;
  font-weight: bold;
  font-size: 12px;
  margin-right: 40px;
}
.navbar a:hover {
  background: var(--lightest-blue);
  color: var(--peach);
  transition: 0.2s all linear;
  z-index: 1;
}
.navbar li > ul {
  background: var(--white);
  display: none;
  position: absolute;
  margin-left: 0;
  border: 1px solid var(--peach);
}
.navbar li > ul a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar li > ul li {
  display: block;
}
.navbar li:hover > ul {
  display: block;
}
.navbar ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
ul.subitems {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
ul.subitems li a {
  padding-right: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  display: block;
}
#footer {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 5px;
}
#footer p {
  display: block;
  width: 160px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
.code-wrapper {
  display: flex;
  padding-left: 10px;
}

@media only screen and (max-width: 917px) {

  .center-content {
    flex-direction: column;
    gap: 2rem;
  }

  .credits,
  .int {
    width: 100%;
  }

  .int img {
    display: block;
    margin: 1rem auto;
  }

}