@charset "utf-8";
/* CSS Document */
body{
	background: #9ff;
	font-family: "Century Gothic";
}
header{
	background: url("header.jpg") no-repeat center center;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
	color: #088;
	font-size: 30px;
	margin-bottom: 5%;
	position: relative;
	
}
footer{
	background: #066;
	text-align: center;
	color: #fff;
	padding: 50px;
}
.container{

	width: 1200px;
	margin: auto; /* centres block element */
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
}
.card{
	background: #fff;
	text-align: center;
	flex: 0 0 21.25%;
	margin-bottom: 5%;
}
img{
	width: 100%;
}
h1{
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;  
	font-weight: 400;
}
h2{
	text-align: center;
	text-decoration: underline;
	padding: 60px 0;
	background: #2670E1;
	
}
h3{
	text-align: center;
	font-size: 25px;
	text-decoration-line: underline;
}
h4{
	text-align: center;
	font-size: 20px;
}
p{
	text-align: center;
}
b{
	text-transform: uppercase;
}
span{
	text-transform: uppercase;
	font-family: Chiller;
}
a{
	
}
table{
	border: thick;
	border-color: #9331FF;
	border-width: thick 10px;
	border-style: dotted;
	color: indigo;
}
span{
	color: red;
}
Div{
	font: bolder;
}
th{
	font-size: 30px;
}
abbr{
	text-align: center;
}