.bg
{
    background: url('https://media3.giphy.com/media/JSCJORaPeVOj1ekgyi/giphy.webp?cid=ecf05e47pm0ye30o2iij8lp54egd42vty23psqzdhbg68xu9&ep=v1_gifs_related&rid=giphy.webp&ct=g');
}
.text
{
    font-size:35px;
    font-weight:bold;
    color:rgb(62, 5, 5);
}
.text1
{
    font-size:45px;
    font-weight:bold;
    color:rgb(62, 5, 5);
}
h4,h5
{
    color:rgb(62, 5, 5);
    font-weight:bold;
}
.btn-group
{
    background:rgb(62, 5, 5);  
}
.x
{
    background:rgb(62, 5, 5); 
    color:white;
    text-decoration: none;
}
.x:hover
{
    background:rgb(176, 157, 157);
     color:black;
}
.x:active
{
    background:rgb(176, 157, 157);
    color:black;
}
.news
 {
    height:60px;
    background-color:red;
}
.ticker
{
    height:60px;

}
 .menu:hover
{
    color:orangered;
}
.sec1
{
    color:white;
    background:rgb(62, 5, 5); 

}
.font
{
    font-family: sans-serif;
    font-weight:bold;
}
.font1
{
    font-family: sans-serif;
    
}
.text-justify {
    text-align: justify;
}
.y{
 background:gray;
}