
    * {
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family: 'Wii NTLG PGothic JPN Regular',sans-serif;
      color:#34BEED;
      font-weight:bolder;
      scroll-behavior:smooth;
      font-size:13px;
      transition:.2s ease-in-out;
    }
  @font-face {
    font-family: 'Wii NTLG PGothic JPN Regular';
      /* wii shop font from: https://github.com/amarillonmc/MSE201_w_ygos10/blob/master/font/ZENTemplate/FOT-Rodin%20Pro%20M.ttf */
      /* the closest font to wii shops font in google fonts is Noto Sans JP */
    src: url(https://thewiiarchivist.github.io/for-compatibility/font/FOT-Rodin\ Pro\ M.ttf);
  }
    ::selection {
  color: #323232;
  background: #34BEED;
}
::-moz-selection {
  color: #323232;
  background:#34BEED;
}
a {
  color:#0094c5;
}
hr {
  margin:3px;
}
    button {

text-align: center;
padding: 3px 5px;
transition:0s;
/* don te edit cuz this make the buttons w i i s h o p p y */
border-radius: 5px;
outline:1.3px solid #34bEED;
border:none;
background-color:#f6fdff;
filter: drop-shadow(1px 1px 3.4px #c5c5c5);
box-shadow:inset 1px 1px 12px #54545415;
color:#323232;
}

button:hover {
cursor:pointer;
transition:0s;
/* don te edit cuz this make the buttons w i i s h o p p y */
outline:2px solid #34bEED;
}
/*forthese, add class="BTN___text" to your button */
.BTNsmalltext {
font-size: 14px;
}
.BTNmediumtext {
font-weight:normal;
font-size: 18px;
}
.BTNlargetext {
font-weight:normal;
font-size: 22px;
}

