		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
	margin: 20px;
	margin-bottom: 100px;
	background-image: url("img/bg.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


h1{
	text-align: center;
	margin-top: 300px;
	font-size: 18px;
	color: #004444;
	font-family: papyrus;

}

p{
	text-align: center;
	font-family: papyrus;
		padding: 0.30rem;
		opacity: 50%;
		font-size: 12px;

}

a{
	color: green;
	display: block; 
	text-align: center;
	font-family: papyrus;
		padding: 0.30rem;

}


img {
	width: 250px;
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translate(-50%);

}

table {
	margin: auto;
	width: 60%;
	border-collapse: collapse;



}

table, th, td {

	border: 1px solid;
	border-color: sandybrown;
}

th, td{
	padding: 3px;
	font-family: papyrus;
	text-align: center;
}





@media screen and (max-width: 704px)
{
	table{
		width: 90%;
		margin: 0 auto;
	}
}