*{
	box-sizing: border-box;
}
body{
	color: white;
	background-color: black;
	font-family: ARIAL BLACK;
	padding: 20px;
}
.header{
	background-color: darkblue;
	text-align: center;
	padding: 30px;
	font-size: 30px;
	border-radius: 110px;
}
.row{
	display: flex;
}
.left-column{
	width: 75%;
}
.right-column{
	width: 25%;
	padding-left: 20px;
}
.card{
	background-color: darkblue;
	padding: 20px;
	margin-top: 20px;
	border-radius: 55px;
}
.img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 25px;
}
.img-news{
	width: 100%;
	height: 100px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 25px;
}
.img-can{
	width: 100%;
	height: 690px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 25px;
}
a{
	text-decoration: none;
	color: white;
}
i{
	font-size: 30px;
	padding: 15px;
}
.footer{
	background-color: darkred;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	font-size: 30px;
	border-radius: 110px;
}
.fb{
	width: 75px;
	height: 75px;
}