.logo{
    width: 50;
}




.box{
    width: 300px;
    height: 350px;
    /* border: 1px solid gray; */
    padding: 10px;
    text-align: center;
}
.banner{
    background-position: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 150px;
    border: 2px solid gray;
    border-radius: 5px;
}

.profile-img{
    width:50px;
    height:50px;
    border-radius: 50px;
}

.all-video{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




/* blog page  */

.fqa-question {
    background-color: gray;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fqa-question h1 {
    color: #d7c6c0;
    text-align: center;
}
