body{
    font-family: "MS UI Gothic", "Times New Roman", Times, serif;
    font-size: 1rem;
    background-image: url(/images/shrines/rem/gradient\ \(3\).png);
    background-size:cover;
    background-position: 50% 50%;
}

span:hover, h3:hover{
    cursor: default;
}

@font-face {
  font-family: cat;
  src: url(/images/shrines/rem/Sweetest\ Cat\ Ever.ttf);
}

h3{
    font-family: cat;
    text-align: center;
    margin: 0;
    font-size: 2.5rem;
    letter-spacing: 8px;
}

.wrap{
    width: 35rem;
    height: 50rem;
    margin-top: 7.5rem;
    margin-left: 2.5rem;
    position: relative;
    z-index: 999;
    background-color: black;
    box-shadow:0px 0px 20px 10px black;
}

.stats{
    color: lightgrey;
    text-align: center;
    position: absolute;
    margin-top: 6rem;
    margin-left: 13rem;
    font-size: 0.8rem;
}

.stats span{
    background-color: #160A0E;
    padding: 0.3rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.cont{
    width: 80%;
    height: 32rem;
    margin-top: 9rem;
    margin-left: 3rem;
    display:inline-block;
    padding: 0.5rem;
}

.abilities{
    display: inline-block;
    width: 100%;
    height: auto;
    margin: auto;
}

.abilities img{
    width: 5rem;
    height: auto;
}

#big{
    position: absolute;
    right: -82rem;
    bottom: -2.95rem;
    width: 75rem;
    height: auto;
    z-index: 2;
}

#dots{
    position: absolute;
    z-index: 1;
    right: -35rem;
    bottom: 3rem;
    transform: rotate(-25deg);
}

#helper{
    position: absolute;
    z-index: 1;
    left: -4rem;
    bottom: -2rem;
    transform: rotate(-8deg);
    width: 10rem;
    height: auto;
}

#logo{
    position: absolute;
    top: -9.5rem;
    left: 1.5rem;
    width: 30rem;
    height: auto;
}

#name{
    position: absolute;
    width: 8rem;
    height: auto;
    top: -5rem;
    right: -3rem;
    z-index: 2;
    transform: rotate(15deg);
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin-top: 0.2rem;
  display: inline-block;
  margin-left: 7.5rem;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.2rem;
  color: white;
  font-family: cat;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  color: white;
  height: 28rem;
  overflow: auto;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

hr {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double white;
    color: white;
    text-align: center;
}
hr:after {
    content: "★";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
}

#mid{
    display: block;
    margin: auto;
}