/* Variables CSS */
:root {
	--first-colour : #1a535c;
	--second-colour : #4ecdc4;
	--second-transparent-colour : #d7f4f2;
	--third-colour : #f7fff7;
	--fourth-colour : #ff6b6b;
	--fifth-colour : #ffe66d;
}


body{
	font-family: Verdana;
}

h1 {
	font-size: 25px;
	text-align: center;
}

a {
	text-decoration: none;
	color: black;
}

.pcv {
	max-width: 150px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 0;
}

.deco{
    
}

.deco img {
	max-width: 100px;
	height: auto;
	position: absolute;
    top: 20px;
    right: 5px;
}

thead {
	background-color:  var(--second-colour);
}

thead th {
	height: 70px;
	font-size: 20px; 
}


@media screen and (max-width: 1200px) {
    img{
    	display: none;
    }
}

