.whole{
    width: 80%;
    margin: 0 auto;
}
#nav{
        text-transform: capitalize;
        font-weight: 500;
        font-size: 1rem;
        background: rgba(0, 0, 0, .6)! important
}
p{
    color: rgb(79, 80, 81);
}
h1{
    background-color: rgb(240 240 240);
}
h3{
    padding: 3% 0;
    /* text-align: center; */
}
a{
    text-decoration: none;
}
.yss_logo{
    height: 2rem;
    width: 2rem;
}
b{
    color: black;
}
#section10 p{
    text-align: center;
    background-color: rgb(240 240 240);
    padding: 5%;
    line-height: 2;
}