body {
    background-color: rgba(211, 211, 211, 0.534) ;
}
.title{
    font-weight: bolder;
    text-align: center;
 }

 .welcome{
     font-weight: bolder;
     text-align: center;
 }

 .red {
     color: red;
 }

 .blue {
     color: blue;
     
}

.green{
    color: green;

}

.yellow{
    color:darkorange;
}

.Title{  text-align: center;
}

.p {
    font-weight: bolder;
    font-size: medium;
}
.book{
 font-size: large;
 font-weight: bolder; 
 color: rgb(255, 0, 13); 
}
.home{
    font-size: x-large;
    font-weight: bolder; 
    color: rgb(255, 0, 13);   
}
.mvideos{
    font-size: x-large;
    font-weight: bolder;
    color: yellow;
}

.btn-gp{
    font-size:large;
    font-weight: bolder;
    color: red;
}

li{
    font-size: x-large;
    font-weight: bolder;
    color: black;
}


    