<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.EduHopePages {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 3em;
    color: #011500;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.fHeaderStyle {
    font-family: 'Raleway',sans-serif;
    text-align: center;
    font-size: 1.5em;
}

.lesson-div {
    width: 100%;
    background-color: #858585;
    box-shadow: inset -1px 0px 43px 0px rgba(0,0,0,0.75);
}

.freeDivCard {
    border-radius: 20px;
    box-shadow: 10px 9px 22px -2px rgba(0,0,0,0.53);
    align-content: center;
}

.lesson-img1 {
    width: auto;
    height: auto;
    margin: 5px;
    vertical-align: middle;
    border-radius: 15px;
    transition: .2s all ease-in-out;
}

.lesson-img1:hover {
    transform: scale(1.04);
}

.bodyclass {
    width: 100%;
    display: block;
    min-height: 3000px;
    color: black;
}

.small-div {
    height: 630px;
    width: 400px;
    margin: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
}

.exmplA {
    background-color: transparent;
}
.fancyHeader {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.btnCollapse {
    background: none;
    border: none;
    float: right;
}
.collapseImg1 {
    height: 27px;
    padding-right: 20px;
}
.btnStyleCollapse {
    width: auto;
    height: auto;
    border: 1px solid #161616 !important;
    background: #dbdbdb !important;
    border-radius: 17px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    box-shadow: 5px 4px 12px 0px rgba(0,0,0,0.75);
    transition: ease-in-out 0.2s all;
}
.btnStyleCollapse:hover {
    transform: scale(1.06);
}</pre></body></html>