/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
body{
    background-color: #fff;
}
#studyMain{
    font-family: work;
    margin-bottom: 100px;
}
#navbar {
    background-color: rgb(58, 62, 163);
    position: fixed;
    top: 0;
    width: 100%;
    /* display: block; */
    transition: top 0.3s;
    height: 60px;
    display: flex;
}
.links{
    /* margin-left: 10px; */
    width: calc(100% - 250px);
    padding: 17px 0 0 0;
}

.study-brand{
    padding-top: 13px;
    width: 250px;
    /* background-color: red; */
}

.study-brand a{
    /* background-color: blue; */
    text-transform: uppercase;
    padding: 2px 52px !important;
    /* background-color: red; */
    /* width: 20%; */
    border-right: 1px solid #fff;
    font-weight: bold;
    font-size: 18px !important;
}
.study-brand a:hover{
    text-decoration: none !important;
}
#navbar i{
    color: #fff8;
    font-size: 14px;
    margin-left: 20px;
}
#navbar a {
    /* float: left; */
    /* display: block; */
    color: #fff;
    text-align: center;
    padding: 3px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.halka{
    color: #fff8 !important;
}
#navbar a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 500px) {
    .study-brand{
        width: 150px;
        /* background-color: black; */
    }
    .study-brand a{
        padding: 2px 10px !important;
        font-size: 14px !important;
    }
    #navbar a{
        font-size: 10px;
        padding: 5px;
    }
    .links{
        /* background-color: red; */
        width: calc(100% - 70px);
        padding-top: 15px;
    }
}



.audio{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
h1{
    font-size: 40px;
    font-weight: 700;
}


.img{
    margin-top: 40px;
    width: 100%;
    height: 100%;
}
.img img{
    height: 100%;
    width: 100%;
}

audio{
    width: 100%;
    height: 100px;
    /* border-radius: 10px; */
}

.text-content{
    font-size: 18px;
}

