body {
	background-color: skyblue; 
	background-image: url("./tree.png");
	background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	background-blend-mode: normal;
}

.forecast{
	color: black;
	display: block;
	position: absolute;
	bottom: 70%;
	margin-left: 70%;
}

#Global{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}