body{
			margin: 0px;
			padding: 0px;
			width: 970px;
			height: 500px;
			background-color: #fff;
			font-family: 'Montserrat', sans-serif;

		}
		#image1{
			width: 300px;
			height: 250px;
			border: 1px solid #000;
			position: absolute;
			top: 50px;
			left: 500px;
			background-size: contain;
		}

		#image2{
			width: 728px;
			height: 90px;
			border: 1px solid #000;
			position: absolute;
			top: 350px;
			left: 70px;
			background-size: contain;
		}

		.btn{
			color: #494949 !important;
			text-transform: uppercase;
			text-decoration: none;
			background: #ffffff;
			padding: 8px;
			border: 4px solid #494949 !important;
			display: inline-block;
			transition: all 0.4s ease 0s;
			border-radius: 5px;
		}
		.btn:hover {
			color: #ffffff !important;
			background: #00bc87;
			border-color: #00bc87 !important;
			transition: all 0.4s ease 0s;
		}

		#CH{
			top: 120px;
			left: 150px;
		}
		#NY{
			top: 170px;
			left: 150px;
		}
		#PH{
			top: 120px;
			left: 270px;
		}
		#SE{
			top: 170px;
			left: 270px;
		}
		#title{
			font-size: 20px;
			position: absolute;
			top: 98px;
			left: 113px;
		}
		#options{
			position: absolute;
			top: 160px;
			left: 74px;
		}

		#iconWeather1{
		  position: absolute;
		  width: 50px;
		  height: 50px;
		  top: 230px;
		  left: 747px;
		  background-size: contain;
		}
		#iconWeather2{
		  position: absolute;
		  width: 60px;
		  height: 60px;
		  top: 349px;
		  left: 703px;
		  background-size: contain;
		}
		#copy1{
			position: absolute;
			top: 67px;
			left: 519px;
			color: #fff;
			font-size: 12px;
		}
		#copy2{
			position: absolute;
			top: 358px;
			left: 89px;
			color: #fff;
			font-size: 12px;
		}
		#temp1{
			position: absolute;
			top: 280px;
			left: 747px;
			color: #fff;
			font-size: 9px;
			font-weight: 700;
			text-align: center;
			width: 50px;
		}
		#temp2{
			position: absolute;
			top: 406px;
			left: 683px;
			color: #fff;
			font-size: 15px;
			font-weight: 700;
			text-align: center;
			width: 100px;
		}