h1{
    font-family: "Poppins", sans-serif;
    margin-top: 50px;
    color: white;
}

h3{
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    color: white;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2{
    font-family: "Poppins", sans-serif;
    font-size: 2.0rem;
    color: white;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p, a{
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    color: white;
    line-height: 40px;
}

.content{
    margin-top: 70px;
    padding: 0 3%;
}