strong {
  color:#fba8b0;
  }

/*//*/
#main {
  margin: auto;
  justify-content:center;
  display:flex;
  width: 300px;
  height: 100px;
  position: relative;
  overflow: auto;
}

/*//*/
#fandom {
  margin: auto;
  justify-content:center;
  display:flex;
  width: 300px;
  height: 100px;
  position: relative;
  overflow: auto;
}

/*//*/
#personal {
  margin: auto;
  justify-content:center;
  display:flex;
  width: 300px;
  height: 40px;
  position: relative;
  overflow: auto;
}

/*//*/
#other {
  margin: auto;
  justify-content:center;
  display:flex;
  width: 300px;
  height: 50px;
  position: relative;
  overflow: auto;
}

@font-face {
        font-family: 'royal';
        src: url('https://files.catbox.moe/n5wsxa.ttf');
    }
h2 {
font-family: 'royal';
  color:#c7a8e1;
}
p {
font-family: 'royal';
  color:#a5d3ca;
}
.container-base {
  max-width: 400px;
    justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color:#fff3e9 ;
}

body {
  background-color: #fba8b0;
}
/**/
.site-footer {
  display:none;
}
.paste-info { 
  display:none;
}

.site-header {
  display:none;
}
