section {
    width: 95%;
    margin: 0 auto;
}

section h1 {
    margin-top: 100px;
    text-align: center;
    color: #2d8fff;
    font-size: 48px;
    font-weight: 800;
}

section h2 {
    color: #2d8fff;
    font-size: 30px;
    margin: 20px 0px 10px 0px;
    font-weight: 600;
}

section p {
    width: 50%;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 100px 0;
    font-weight: 400;
}