body {
    background: #ffebfa;
    color: black;
    font-family: roboto;
    align-content: center;
    font-size: 20px;
    font-size: 20px;
}
.header {
    width: 1370px;
    background-color: #33CD39;
    background-image: url(images/header/banner.png);
    background-size: cover;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    padding-right: 10px;
    align-content: center;
}
.header2 {
    position: sticky;
    z-index: 100;
    top:0px;
    border-top: 3px solid #ffecfa;
    width: 1260px;
    background-color: #33CD39;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    align-content: center;o
    font-size: 20px;
    color:white;
    font-size: 30px;
    text-align: center;
    font-family: brevia;
}
.header2 a {
    color: white;
    text-decoration: none;
}
.socials {
    display:inline-block;
    font-family: brevia;
    position: sticky;
    left: 100%;
    width: 350px;
    font-size: 16px;
    color:white;
    align-content: right;
    text-align: right;
    line-height: 45px;
    vertical-align: bottom;
}
.box {
    border-top: 8px solid rgb(255,236,250);
    width: 1280px;
    background-color: rgba(255,255,255,1);
    padding: 50px;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    align-content: center;
        min-height: 100vh;
  min-height: 100dvh;
}
p {
    font-size: 20px;
    line-height: 30px;
    color:#88546F;
}
h1 {
    font-size: 80px;
    line-height: 80px;
    color: #33CD39;
    font-family: brevia;
}
h2 {
    font-size: 30px;
    color: #45a709;
    font-family: brevia;
}
h3 {
    font-size: 20px;
    color: #5c3047;
    font-family: brevia;
}
.tab {
    overflow: hidden;
    border: none;
    background-color: transparent;
}
.tab button {
    background-color: inherit;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 16px;
    transition: 0.1;
}
.tabcontent {
    display:none;
}
.chabcontent {
  animation: riseEffect 0.1s; 
}
.tabcontent {
  animation: fadeEffect 0.2s;
}
.chab button {
    background-color: #88546F;
    width:64px;
    height:64px;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.1;
    border-radius: 50%;
    object-fit: cover;
}
.chab button:hover {
  transform: translate(0, -10px);
   /* animation: riseEffect 0.1s; */
}
.characterbio {
    align-content: left;
    padding: 3%;
    border: 14px solid #33CD39;
    vertical-align:middle;
}
.characterimg {
    /* DO NOT TOUCH THIS. VERY FINICKY CODE. */
    display:flex;
    position: sticky;
    align-content: center;
    top: 33.3%;
    right:70%;
    width: 20%;
    height:384px;
}

.sponsors {
    display:flex;
    margin:auto;
    align-content: center;
    vertical-align: middle;
    align-items:center;
    justify-content: center;
}

.footer {
    background-color: #33CD39;
    margin:-10px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
    bottom:0%;
    margin-top: auto;
}

.footer p {
    color:white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.characterinfo {
    display:inline-block;
    position: sticky;
    width: 66%;
    left:100%;
    bottom:100%;
    margin-top: 3%;
}
.smaller {
    display:inline-block;
    position: sticky;
    width: 80%;
}
.characterinfo h1 {
    font-size: 28px;
    color: #88546F;
    font-family: brevia, UnicodeSymbols;
}
.characterinfo h2 {
    font-size: 24px;
    color: #88546F;
    font-family: brevia, UnicodeSymbols;
}
.characterinfo h3 {
    font-size: 20px;
    color: #88546F;
    font-family: brevia, UnicodeSymbols;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes riseEffect {
  from {bottom:0px;}
  to {bottom:10px;}
}



@font-face {
  font-family: 'roboto';
  src: url(fonts/Roboto-Regular.woff);
}
@font-face {
  font-family: 'brevia';
  src: url(fonts/brevia.woff);
}
@font-face {
    font-family: 'UnicodeSymbols';
    src: url('fonts/NotoSansSymbols-Black.woff');
    unicode-range: U+2640-2642, U+2695-2696, U+2700-27BF;
}