#how-to-play-container{
    flex-direction: column;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
}

#how-to-play-container > div{
    margin-top: 10px;
}

#section-container{
    flex-direction: column;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
}

#section-container > div{
    margin-top: 10px;
}

.title-bar{
    width: 100%;
    height: 54px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFC614;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
}

.body-text{
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #E4F4F7;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    width: 90%;
}

.body-text li {
    text-indent: -26px;
    margin-left: 26px;
    padding: 5px 0px;
}

.align-right{
    float: right;
}

.bullets{
    width: 85%;
}

.bullet {
    display: flex;
    align-items: center;
}

.bullet-img {
    min-width: 60px;
    min-height: 60px;
}

.bullet-text {
    color: #E4F4F7;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px 20px 20px;
    min-height: 38px;
 }

 .bullet-title{
    color: #FFC614;
 }
