.forecast-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-width: 0px;
	border-radius: 3px;
	background-color: whitesmoke;
	flex-grow: 1;
    gap: 2px;
    padding: 3px 0px;
}

.forecast-tile-day {
	font-family: hand;
	font-size: 18px;
	background-color: #fd5e53;
	height: 20px;
	width: 20px;
	border-width: 0px;
	border-radius: 10px;
	color: whitesmoke;
	margin: 0px;
	text-align: center;
	padding: 2px;
}

.forecast-tile-reviews {
	font-family: hand;
	font-size: 16px;
	margin: 0px;
	border-bottom: solid 2px grey;
}

.forecast-tile-total {
	font-family: hand;
	font-size: 16px;
	margin: 0px;
}