@font-face {
  font-family: 'Nunito-Regular';
  src: url('/font/Nunito-VariableFont_wght.ttf');
}

@media (max-width: 1024px) {
  body {
    padding: 1.7rem;
  }
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 20px;
  }
  a,p{
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  body {
    padding: 1.2rem;
  }
}
html.dark {
  height: 100%;
  width: 100%;
  background-color: #222222;
  font-family: "Nunito-Regular", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
}
html.dark .theme-icon{
  filter: invert(0);
}
html.dark a{
  text-decoration: none;
  color: #ffffff;
}
html.dark p{
  text-decoration: none;
  color: #ffffff;
}
html.dark .button-one{
  background-color: #333333;
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.15s ease-in, transform 0.1s ease-in;
}
html.dark .button-one:hover {
  background-color: #555555;
  transform: scale(1.02);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
html.dark .button-one:active {
  background-color: #9e9e9e;
  transform: scale(0.98);
}
html.dark .header {
  display: flex;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #3c3c3c;
  width: 100%;
  box-shadow: 0 3px 5px rgba(235, 235, 235, 0.1);
  gap: 20px;
  justify-content: center;
}
html.dark .footer {
  display: flex;
  text-align: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #3c3c3c;
  width: 100%;
  box-shadow: 0 -3px 5px rgba(235, 235, 235, 0.1);
  gap: 20px;
}
html.dark .socIcon {
  filter: invert(1);
}
html {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  font-family: "Nunito-Regular", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.logo{
  filter: invert(0);
}
a,p{
  text-decoration: none;
  color: #000000;
  text-decoration: none;
  color: #000000;
}
.theme-icon{
  filter: invert(1);
}
.button-one{
  background-color: #777777;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.15s ease-in, transform 0.1s ease-in, box-shadow 0.1s ease-in;
}

.icon-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.button-one:hover {
  background-color: #999999;
  transform: scale(1.02);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.button-one:active {
  background-color: #444444;
  transform: scale(0.98);
}

.character-img {
  width: 100%;
  height: 100%;
  display: block;
}


div{
  align-items: center;
}
.header{
  display: flex;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #f0f0f0;
  width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  gap: 20px;
  justify-content: center;
}
.socIcon{
  filter: invert(0)
}
.footer {
  display: flex;
  text-align: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f0f0f0;
  width: 100%;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
  gap: 20px;
  min-height:50px;
}
.main-content{
  text-align: center; padding-top: 60px;
}
.default-button{
  all: unset;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 15px;
}

