.fiveDay {
	display: flex;
}

.col-2 {
	margin-left: 20px;
}

h1 {
	text-align: center;
}

/* Styling for the UV index */
.low {
	background-color: green;
	color: white;
	padding: 5px;
}

.moderate {
	background-color: yellow;
	color: black;
	padding: 5px;
}

.high {
	background-color: darkorange;
	color: black;
	padding: 5px;
}

.veryHigh {
	background-color: red;
	color: white;
	padding: 5px;
}

.extreme {
	background-color: purple;
	color: white;
	padding: 5px;
}

/* Style for the old forecast search button */
.oldForecast {
	width: 100%;
	text-align: left;
}

.other {
	float: right;
}
