

body {
	background-color: rgb(255, 254, 255);
	font-family: 'Fira Sans';
}
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

h1 {
	color: #222;
	font-size: 6rem;
	text-align: center;
	text-shadow: 1px 1px 0px rgb(251, 244, 244);
    background-image: url(../mountains1.jpg);
	background-size: cover;
	background-position: 50% 40%;
}

td, th {
	border: 3px solid rgb(64, 95, 158);
}

.days td {
    text-align: center;
    font-size: 18px;
    height: 200px; width: 200px;
    
}

.days th {
	font-size: 2rem;
	font-weight: bold;
	color: rgb(58, 120, 245);
	background-color: #222;
}

tr:nth-child(odd) td:nth-child(even),
tr:nth-child(even) td:nth-child(odd) {
	background-color: rgb(246, 246, 246);
}

tr:nth-child(even) td:nth-child(even),
tr:nth-child(odd) td:nth-child(odd) {
	background-color: rgb(168, 184, 184);
}