main{
    font-size: 20px;
    color: white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%)
}
.f a{
	margin: 4px 6px;
	padding: 4px 6px;
	border-radius: 5px;
	color: red;
	border: 3px solid red;
}
.f a {text-decoration: none;}
.f a:hover {
	border: 5px solid red;
	color: white;
	background-color:red;
}
h2{
	padding-top: 10px;
}

h1{
	text-shadow: 2px 2px 3px black;
	font-size: 50px;
	color:red;
	margin-top: 0px;
}
.l{
	margin-bottom:300px;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
}
header {
	display: flex; 
	flex-direction: column;
	
}
.c {
	color: white;
	
}
.g{
	display:flex;
	flex-direction: column;
}
.a{
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px solid white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
}
.main{
	padding: 20px;
}
h2 {
	text-align: center;
}
.main{
	display:flex;
	justify-content: space-between;
}
.logos{
	display: flex;
	justify-content:space-around;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

.main{
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
	font-size: 20px;
    color: white;
}
table{
    color:black
}
h1{
	text-shadow: 2px 2px 3px black;
	font-size: 50px;
	color:red;
}
header {
	display: flex;
	flex-direction: column;
	text-align: center;

}
.l{
    font-size: 15px;
    color: white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
}
}
td{
	padding: 10px;
}
th{
	padding: 10px;
}
.logos{
	display: flex;
	justify-content:space-around;
}
.f a{
	margin: 4px 6px;
	padding: 4px 6px;
	border-radius: 5px;
	color: red;
	border: 3px solid red;
}
.f a {text-decoration: none;}
.f a:hover {
	border: 5px solid red;
	color: white;
	background-color:red;
}
.a{
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px solid white;
	background: #910000;
	background: linear-gradient(to left, #910000 0%, #000000 70%);
	margin:0px;
}
