.weather {
	display: flex; 
	justify-content: center;
	height: 80%;
}

.solar {
	display: flex; 
	justify-content: center;
	height: 80%;
}

div iframe {
	width: 75%;
	height: 100%;
}

