<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --bg-color: #f9f9ff;
    --section-padding: ;
}
.protest-revolution-font {
    font-family: "Protest Revolution", sans-serif;
}

.poppins-font {
    font-family: "Poppins", sans-serif;
}
.mon-font {
    font-family: "Montserrat", sans-serif;
}
.Josefin-font {
    font-family: "Josefin Sans", sans-serif;
}
.w-fit-cotnent {
    width: fit-content !important;
}
.title {
    font-size: 50px;
    color: #313030;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.sub-title {
    color: #222222;
    margin: 0;
    text-align: right;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.social-icon-container a {
    margin: 0px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.social-icon-container a i {
    color: #fff;
    font-size: 20px;
}
.about {
    background-color: var(--bg-color);
    padding: 100px 0px;
}

.img-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.bio {
    margin-right: 40px;
    font-weight: 500;
    color: #606060;
    letter-spacing: 0.4px;
    /* line-height: 1.5; */
}
.about-title {
    font-size: 25px;
    color: #1b1a1a;
    font-weight: 600;
}
/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 767px) {
    header {
        background-image: url("../images/bg2.jpg");
        background-size: cover;
        padding: 80px 0px 70px 0px;
    }
    .title {
        font-size: 22px;
    }
    .sub-title {
        font-size: 13px;
    }

    .about {
        padding: 20px 0px;
    }
    .about-container {
        margin-top: 10px;
        align-items: center;
        padding: 0px 8px;
    }
    .bio {
        margin-right: 0px;
        font-size: 14px;
        margin-top: 5px;
    }
}
/* For Tablet View */
@media screen and (min-device-width: 767px) and (max-device-width: 1023px) {
}

/* For Desktop View */
@media screen and (min-width: 1024px) {
}
</pre></body></html>