th, td{
	border: 1px solid #dcebf7;
	padding: 10px;
	text-align: center;
}

th{
	background-color: #344350;
	color: #b4cbdf;
}

table{
	border-collapse: collapse;
	width: 50%;
	table-layout: fixed;
}

tr:nth-child(2){
	background-color: #566f85;
	color: #1d262e;
}

tr:nth-child(3){
	background-color: #8dacc9;
	color: #1d262e;
}

tr:nth-child(4){
	background-color: #accae6;
	color: #1d262e;
}

img{
	margin-left: 45%;
}