/* body */

body {
  background-image: url('/images/fondo_estrella.jpeg');
  background-size: 100px; 
  background-repeat: repeat;
  font-family: 'rainy hearts', sans-serif;
  min-height: 100vh;
  color: #b29c91;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
}

.container {
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}


  .container {
    width: 95%;
  }


h1 {
  font-family: 'flyover', serif;
  color: #f1b3bd;
}

h2, h3 {
  font-family: 'gentle remind', serif;
  color: #6c564b;
}

.watakoii-button {
width: 88px;
height: auto;
}

/* footer */

.bottom-area,
.footer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: 'cutesy';
  font-size: 12px;
  font-weight: 600;
  color: #6c564b;
  justify-content: center;
}

.bottom-area a,
.footer a {
  font-family: 'cutesy';
  color: #FF91BD;
  text-shadow: none;
  text-align: center;
}

.footer {
  width: 700px;
  margin: 10px;
  text-align: center;
  font-family: 'cutesy';
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  position: relative;
  z-index: 5;
  clear: both;
}

.footer img {
  height: auto;
  width: 120px;
  margin-bottom: 10px;
}

/* fonts */

@font-face {
   font-family: 'rainy hearts'; 
  src: url('/fonts/rainyhearts.woff2') format('woff2'), 
       url('/fonts/rainyhearts.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'gentle remind'; 
  src: url('/fonts/Gentle Remind.woff2') format('woff2'), 
       url('/fonts/Gentle Remind.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'flyover'; 
  src: url('/fonts/Flyover.woff2') format('woff2'), 
       url('/fonts/Flyover.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'cutesy'; 
  src: url('/fonts/Cutesy.woff2') format('woff2'), 
       url('/fonts/Cutesy.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/* selection */

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

#context_menu {
  background: #fdfef8;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: 'rainy hearts';
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

.spoiler-text {
  text-decoration: dotted underline;
  transition: color 0.2s ease;
}

.spoiler-text.revealed {
  text-decoration: none;
}

.spoiler-text em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #545454;
  transition: .1s
}

a:link {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffe8e9;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #545454;
  background-color: transparent;
  text-decoration: underline;
}

html {
  display: flex;
  justify-content: center;
}

/*sidenav*/

#mySidenav a {
  position: absolute;
  left: -80px;
  transition: 0.3s;
  padding: 20px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  font-family: 'gentle remind';
  color: #6c564b;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0; 
}

#about {
  top: 20px;
  background-color: #ffdce8;
}

#coms {
  top: 230px;
  background-color: #f8bbd0;
}

#diary {
  top: 90px;
  background-color: #fff0f0;
}

#idk {
  top: 160px;
  background-color: #ffe1e7;
}

#credits {
  top: 300px;
  background-color: #ffe1e7;
}

#resources {
  top: 300px;
  background-color: #ffe1e7;
}

/*---------------Sidenav right--*/

#OffSite a {
  position: absolute;
  right: -80px; 
  transition: 0.3s;
  padding: 20px;
  width: 100px;
  text-decoration: dotted underline;
  font-size: 20px;
  font-family: 'gentle remind';
  color: #6c564b;
  border-radius: 5px 0 0 5px; 
}

#OffSite a:hover {
  right: 0;
}

#porfile {
  top: 20px;
  background-color: #ffdce8;
}

#anilist {
  top: 90px;
  background-color: #fff0f0;
}

#MyYT {
  top: 160px;
  background-color: #ffe1e7;
}

#savetheworld {
  top: 230px;
  background-color: #f8bbd0;
}

#aficiones {
  top: 330px;
  background-color: #ffe1e7;
}
/*--header--*/