body {
	font-family: Arial, sans-serif;
	text-align: center;
	background:fixed;
	background: center;
	background:  no-repeat;
}

/* Styles for night mode */
body.night-mode {
	background-color: #333;
	color: #fff;
}

h1 {
	margin-top: 20px;
}

form {
	margin: 20px auto;
	max-width: 500px;
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 5px;
	display: inline-block;
	text-align: left;
}

label {
	display: block;
	margin-bottom: 5px;
}

input[type="text"] {
	padding: 5px;
	border-radius: 5px;
	border: none;
	width: 70%;
	margin-right: 5px;
	margin-bottom: 5px;
}

input[type="button"] {
	padding: 5px 10px;
	background-color: #4CAF50;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#error {
	color: red;
	margin-left: 5px;
}

p {
	margin: 10px;
}

#currentLocation, #currentTemperature {
	font-size: 0.8em;
}

/* Styles for night mode */
body.night-mode #currentLocation {
	color: #fff;
}

@media only screen and (max-width: 600px) {
	form {
		max-width: 90%;
	}

	input[type="text"] {
		width: 60%;
	}

	input[type="button"] {
		font-size: 0.9em;
		padding: 3px 8px;
	}

	#currentLocation {
		font-size: 1em;
	}
}


.toggle-button {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: black;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 1.2em;
	margin-top: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
  }
  
  .toggle-button:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: #555555;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 1.2em;
	margin-top: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

  /* Styles for night mode */
  .toggle-button.night-mode {
	background-color: #333;
  }
  
  .toggle-button i {
	margin: 0;
	padding: 0;
  }
  
  /* Styles for night mode */
  .toggle-button.night-mode i {
	color: #fff;
  }


  .buttong {
	background-color: #555555; /* Green */
	border: none;
	color: white;
	padding: 12px 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 7px;
	color:whitesmoke;
	position: fixed;
	bottom: 20px;
	right: 10px;
  }
	.buttong:hover {
	background-color: black;
	 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);   /* Green */
  }
  .buttong:active{
	   background-color: whitesmoke;
	  color:black
  }

#climate-image{
	max-width: 150px;
	Max-height: 150px
}