

.body{
 background-color: ghostwhite;

}
/*--------------*/
h6,h3,h2,h5,h4{
	text-transform: capitalize;
text-align: center;
}

/*-------------*/

.h2{ 
	padding: 10px; 
	font-weight:700;
  background: -webkit-linear-gradient(purple,#D73344);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
 
}
.title_block{
	padding:1px;

	border:2px solid #D73344;
	background-color: #D73344;
	color: white;
}
h3{
	margin:0;
	text-transform: uppercase;
}
.title_block h3 a:link{
	color:white;
	text-decoration:none;
}
.selection_black_1{
	padding: 10px;
    background-color: #000000;

}
.live{
	font-weight: bold;
	padding: 10px;
	background-color: green;
	color:white;
	text-align: center;

}
.live .live-top{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 15px;
}
.block_1{

	background-color: ghostwhite;
	border:2px solid black;
}
.block_2,.block_3{
	background-color: ghostwhite;
	border-radius:7px;
	margin-bottom: 5px;
	border: 3px solid red;
}
.live-top span a:link{
	color: white;
}
.live-box{
	font-weight: 900;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 21px;
    border: 1.2px solid #d6d3d3;
}
.live-box h5 a {
text-decoration:none;
	color:red;
	font-weight: bold;
	text-transform: capitalize;
}
 
.month{
	padding: 10px 0px;
	background: slateblue;
	color: white;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.record{
padding:10px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
font-size: 20px;
background-color: slateblue;
color: white;
margin-top: 5px;
}
 ul{
	list-style: none;
padding: 0;
margin: 0;
}
 li{
 	padding: 10px 0px 0px;
 	margin-top:5px;
	text-align: center;
	list-style: none;
border:1.5px solid slateblue;
 
border-radius: 25px;
font-weight: 700;
text-transform: uppercase;
}
 li a:link{
	text-decoration: none;
	font-weight: 700;
}
.post{
	border:2px solid red;
	margin:5px 0px;
	border-radius: 5px;
	padding: 10px;
}
.post1{
	border:2px solid red;
	margin:5px 0px;
	border-radius: 5px;
	padding: 10px;
	background-color: black;
}
.liveupdate{
	background-color:#003300;
	padding: 10px;
	color: white;
	font-weight:700;
}

.foot li{
	display: inline-block;
	 padding: 5px 15px;
	text-align: center;
	list-style: none;
border:1.5px solid slateblue;
border-radius: 25px;
font-weight: 700;
background-color: lightyellow;
color: black;
text-transform: uppercase;

}
.time{
    color:#000;text-align:center;font-size:15px;
    
}
.first{
    background:linear-gradient(to bottom,white,Wheat);color:#ff5e00;font-weight:700;font-size:large;text-decoration:none;border-width:3px;border-color:Maroon;border-style:outset;margin:10px;padding:10px;border-radius:10px;text-align:center
    
}
.home{
    color: black; font-weight: bold; font-size: 18px;
}
.top1{
    text-align:center;margin-top:10px;background-color:#000;color:#ff0000;
}
.top2{
    background-color:#0c62ad;text-align:center;text-shadow:1px 1px black;font-size:20px;border:2px solid lime;
}
.top3{
    background-color:#ff0;color:#000;font-weight:700;font-style:bold;font-size:large;text-decoration:none;border-width:3px;border-color:red;border-style:outset;margin:2px;padding:10px;border-radius:10px;text-align:center
}
.text1{
    text-transform:uppercase; color: white;
}
.text2{
    font-weight:700;color:#000;font-size:20px
}
.livetitle{
    text-transform:capitalize; color: #ffe002;font-weight: bold; text-transform: uppercase;
}
.footer{
    background-color: black; color: white; text-transform: capitalize;text-align: center; padding:10px 0px;
}

.lettest {
    margin: 0 auto;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #D5DBDB;
    color: red;
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px white;
    border-radius: 100px;
}