body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    display: flex;
    justify-content: space-between;
    /* padding: 1rem; */
    align-items: center;
    padding-inline: 1rem;
    box-shadow: 7px 3px 13px #0000001d;
    border: 1px solid #EFEFEF;
    height: 92px;
}

.topnav a {
    text-align: center;
    letter-spacing: 0px;
    color: #505050;
    opacity: 1;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    font-weight: 700;
}

.topnav a.active {
    font-weight: 800;
}

.topnav .icon {
    display: none;
}

.topnav  .rightSide {
    display: flex;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav .logo {
        display: none;
    }
    .topnav  .rightSide {
        display: initial;
    }
    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.tag{
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    /* letter-spacing: 0px; */
    color: #000000;
    font: normal normal normal 16px/19px Montserrat;
}

.title{
    text-align: center;
    font: normal normal 600 39px/48px Montserrat;
    letter-spacing: 0px;
    color: #0F74EA;
    opacity: 1;
}

.descriptionn{

    text-align: center;
    font: normal normal normal 20px/30px Montserrat;
    letter-spacing: 0px;
    color: #505050;
    opacity: 1;
}

.readmore_outer{
    background: #132E4D 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    top: 2000px;
    left: 850px;
    width: 220px;
    height: 60px;
}
.readmore_inner{
    display: block;
    position: absolute;
    padding-top: 1rem;
    padding-left: 4.5rem;
    color: white;
}


.mainTitle{
    text-align: center;
    font: normal normal bold 50px/86px Montserrat;
    letter-spacing: 0px;
    color: #0F74EA;
    opacity: 1;
}
a { color: inherit; }
