*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
body {
    background: linear-gradient(#041a27 0%, #024355 20%, #024355 23%, #000000 100%);
    color: white;   
    overflow-x: hidden;
}
.header-content h3{
    font-size: 4rem;
    margin: 40px 40px;
    font-family: ccmonstermashoutline, sans-serif;
    letter-spacing: 3px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.term-section{
    height: 100%;
    width: 100%;
    margin-top: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: cubano, sans-serif;
}
.terms-title {
    width: 100%;
    font-size: 3rem;
    margin-top: 20px;
    margin-left: 58px;
    font-family: cubano, sans-serif;
    align-content: center;
    text-align: left;
}
.term-section h3 {
    text-align: left;
    margin-left: 60px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.term-section p{
    width: 90%;
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
    margin: 60px;
    align-content: center;
    text-align: left;
    justify-content: center;
    font-family: forma-djr-micro, sans-serif;
    font-weight: 350;
    font-size: 1.5rem;
    word-spacing: 2px;
}