.text {
    font-family: "Roboto";
    margin-left: 20%;
    color: rgb(36, 36, 36);
}

.pageTitle {
    margin-top: 20px;
    font-size: 50px;
    justify-self: center;
    font-family: "Roboto";
    text-align: center;
}

.text p {
    /* text-align: justify; */
    margin-left: 10px;
    margin-top: 5px;
    justify-self: center;
    font-size: 18px;
    padding: 3px;
    /* color: rgb(20, 20, 20); */
}

.text h2 {
    font-size: 30px;
    /* text-align: center; */
    margin-top: 15px;
}

.text h3 {
    font-size: 25px;
    text-decoration: underline;
}

.text h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.text a {
    text-decoration: none;
    color: #1f6fb1;
    font-size: 19px;
}

.text em {
    font-weight: bold;
    font-style: oblique;
}

.text a:hover {
    /* font-size: 35px; */
    color: #0D125C;
    transition: ease;
    transition-duration: 0.2s;
    /* text-decoration: underline; */
}

@media only screen and (max-width: 824px) {
    .text {
        padding: 0 15px;
        margin-left: 0;
        /* margin-right: 5%; */
    }
    .text h2 {
        font-size: 25px;
        margin-top: 0px;
        /* padding: 5px; */
    }
    .text h3 {
        margin-left: 5px;
        font-size: 20px;
    }
    .text h4 {
        font-size: 16px;
    }
    .text p {
        margin-left: 10px;
        /* padding: 5px; */
        font-size: 15px;
    }
    .text a {
        font-size: 16px;
    }
    .pageTitle {
        font-size: 30px;
    }
}