body {
    font-family: "Poppins", serif;
}


.header-section {
    padding: 20px;
    background: #6c757d;
    color: #ffff;
    font-size: 20px;
    font-weight: 700;
}

#content-section .app-logo {
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 20%;
    height: 250px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

#navigation {
    display: none;
}

#body-content {
    position: relative;
}

#content-section {
    padding: 50px 0;
}

p,
li {
    font-size: 15px;
    line-height: 1.7;
}

.terms h5 {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
}

.terms h6 {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
}

.terms a {
    font-size: 1.5rem;
}