.uniformFonts {
    font-family: Arial, Helvetica, sans-serif;
}

.mainBody {
    background-color: rgb(235, 74, 101);
}

.mainTitle {
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.subTitle {
    font-size: 20px;
    color: white;
    text-align: center;
}

.mainArticle {
    color: white;
    font-size: 15px;
    padding: 20px;
}

.footer {
    color: white;
    text-align: center;
    padding: 10px;
}