body {
    background-image: url("/static/images/bg.bf500de65a19.png");
    max-width: 100%;
    overflow-x: hidden;
}

p, h1, h2, h3, h4, h5, button{
    color: #fff;
}

.ox-none{
    overflow-x: hidden;
}

.nav-item-nav {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}



#button{
    font-size:20px;
}

#button-div{
    margin-left:auto;
}


.charimg{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
}



.content-wrap {
    min-height: 85vh;
}


.center-title {
    font-family: 'KG Blank Space Sketch';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 83px;

    text-align: center;
}


.body-lead {
    text-align: center;
}


.type-choice-container {
    background: #626262;
    border-radius: 10px;
}


.btn-type-choice {
    color:#fff;
}

.btn-type-choice:hover {
    color: #fff;
}

.choice-active {
    background: #46C6B6;
    color: #000;
}

.choice-active2{
    background: #FBD348;
    color: #000;
}

.choice-active3 {
    background: #F67446;
    color: #000;
}

.choice-active:hover, .choice-active2:hover, .choice-active3:hover {
    color: #000;
}

.btn-topic {
    background: #626262;
    color:#fff;
}

.btn-topic:hover {
    color: #fff;
}


.title{
    /* Literary Skills */
text-align: center;
font-family: 'KG Blank Space Sketch';
font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 83px;

color: #FFFFFF;
}


.title-container{
    padding-top: 100px;
}
p{
    font-family: 'KG Blank Space Sketch';
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;

}


#box1, box2, box3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    width: 127px;
    border-radius: 10px;
    color: #000000;
    font-weight: 400;
    font-size: 30px;
    font-family: 'KG Blank Space Sketch';
}

#box1{
    background: #46C6B6;
}

#box2{
    background: #FBD348;
}

#box3{
    background: #F67446;
}

h3{
    margin: 0 auto;
    font-family: 'KG Blank Space Sketch';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
}

h4{
    font-family: 'KG Blank Space Sketch';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.tooltip.bs-tooltip-top > .tooltip-inner {
    background-color: #C4C4C4;
	font-size: 15px;
    color: #000000;
    width: 600px;
  }

.tooltip.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #C4C4C4;
    border-left-color: transparent;
    color:#000;
  }

.tooltip.bs > p{
      color: #000000;
  }

.tooltip.bs > .tooltip-inner{
    width: fit-content;
    
}

.bs-tooltip-top p{
    color:#000;
}

.ttimg{
    padding-top: 10px;
    height: auto;
    max-width: 75px;
    max-height: 150px;

}

.ttrow{
    height: fit-content;
    width: fit-content;
}

.tooltip > .tooltip-inner {
    background-color: #C4C4C4;
	font-size: 15px;
    color: #000000;
    width: 600px;
}

.tooltip .tooltip-arrow::before {
    border-left-color: #C4C4C4;
    color:#000;
}
