#remark {
    font-size: 20px;
}

#remark h4 {
    color: #4273b1;
    font-weight: 600;
    margin-top: 12px;
}

#remark h5 {
    font-size: 16px;
}

#remark ul {
    margin-left: 36px;
}

.background-color {
    background-color: #eff2f7;
}

.ejudge_course_box {
    border-radius: 22px;
}

#eJudge_course .box {
    font-size: 40px;
    font-family: "Courier New", sans-serif;
    font-weight: bold;
    margin: 0 auto;
}

.facebook-color {
    color: #1877F2;
}

.onlearn-color {
    color: rgb(10, 78, 204);
}

.resource-box {
    font-size: 36px;
    font-weight: bold;
    padding: 26px;
    transition: all 0.2s ease-in-out; /* Add transition for smooth effect */
}

.resource-box:hover {
    background-color: #3d70db !important; /* Background is blue on hover */
    color: white !important; /* Text is white on hover */
}