
.weather-app {
	max-width: 600px;
	margin: 20px auto;
	background-color: #ffff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.weather-applications {
	position: relative;
	text-align: center;
	background: rgb(81,102,143);
	background: linear-gradient(300deg, rgba(81,102,143,1) 0%, rgba(5,245,184,1) 100%); 
	color: #fff;
}
.weather-applications input {
	width: 500px;
	max-width: 100%; 
	line-height: 38px;
}

.weather-applications input:focus {
	-webkit-box-shadow: none;
}
.weather-applications button {
	background: #dc3545;
	padding: 0px 10px;
	border: 0px;
	color: #fff;
	font-weight: 500;
}  
.weather-applications h1 {
	font-size: 80px;
	font-weight: 700;
}

