body {
    font-family: Splatoon2, Splatoon1, sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
    overflow-wrap: break-word;
    color: black;
    cursor: url("https://giraffeyla10.neocities.org/img/shrines/splatoon/purple.png"), default;
  }

/* Loads fonts, ignore the error its fine */
@font-face {
  font-family: Splatoon1;
  src: url(https://giraffeyla10.neocities.org/fonts/Splatoon1.otf);
}
  
@font-face {
  font-family: Splatoon2;
  src: url(https://giraffeyla10.neocities.org/fonts/Splatoon2.otf);
}

a {
 color: black;
 text-decoration: none;
}



#align {
 display: flex;
}

/*back button*/
.back {
  position: relative;
  width: 100px;
  height: 50px;
  border-radius: 30px;
  background-color: #808080;
  display: flex;
}

.back:hover {
  background-color: #db286b;
  text-decoration: underline;
}

.back:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url('/img/shrines/splatoon/better/Stripe-Transparent.png');
  background-repeat: repeat;
  background-size: contain;
  border-radius: 30px;
}

#back-img {
  position: relative;
  margin: 10px 5px 10px 10px;
}

.back-arrow {
  transform: rotate(-0.25turn);
}

#back-txt {
  position: relative;
  width: 100%;
  margin: 10px 10px 10px 0;
  font-weight: bold;
  text-align: center;
}

/*container for everything but back button*/
#center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: block;
}

/*navigation bar*/
#navigation {
  width: 100%;
  min-height: 50px;
  margin: -10px auto 30px;
  display: flex;
}

.tab {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  background-color: #808080;
}

.tab:hover {
  background-color: #9118d1;
  text-decoration: underline;
}

.tab:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url('/img/shrines/splatoon/better/Stripe-Transparent.png');
  background-repeat: repeat;
  background-size: contain;
  border-radius: 0 0 10px 10px;
}

#tab-txt {
  position: relative;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
}
