html{box-sizing:border-box;font-size:100%}
*,:after,:before{
	box-sizing:inherit}
body{
    background-image: url("5559852.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
	background-color:#ce2026;
	color: #fff;
	/*background: linear-gradient(135deg, #ce1b28 0%, #111111 74%);;*/
	/*color:#fff;*/
	min-height:100vh;
	text-align:center;
	font-family:Roboto,sans-serif}
.logo {
    width: 175px;
	border-radius: 100%;
	border: 5px solid #fff;
}
	a.featured:hover,a:hover{
		background-color:#060042;
		color:#fff}
		a{display:block;
			border-radius: 25px;
			max-width:400px;
			margin:0 auto 15px;
			padding:15px 20px;
			font-size:.85rem;
			color:#fff;
			border:2px solid #fff;text-decoration:none;transition:all .2s ease-in-out}
			a.featured{
				position:relative;
				background-color:#fff;
				color:#060042;
				font-weight:700
				border-radius: 25px;}
				a.featured:before{content:"";
				position:absolute;
				top:2px;
				left:2px;
				width:calc(100% - 4px);
				height:calc(100% - 4px);
				border:2px solid #060042;
				border-radius: 25px;}
				h2{font-size:14px;
					text-transform:uppercase;font-weight:400;letter-spacing:2px}.channels{display:flex;max-width:400px;margin:0 auto}.channels a{flex:1;padding:5px 10px;margin-right:10px;background-color:#ce2026;border:none}.channels a:last-child{margin-right:0}
				.channels a:hover{
					text-decoration:underline}
					.foot a{
    /*display:block;*/
    border:0px;
    color: #fff000;
    font-size: 10px;
}