* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	user-select: none;
}
.weather {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.city {
	outline: none;
}
.blockquot {
	display: flex;
	width: 80%;
	align-items: center;
	height: 30%;
}
.quote {
	font-family: "Nunito", sans-serif;
	font-size: 1.2rem;
	margin: 0;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 1);
	width: 50%;
	margin: 0 auto;
	transition: 1s ease all;
}
.quote_info {
	transition: 1s ease all;
	height: 100px;
}
.weath {
	font-family: "Nunito", sans-serif;
	margin: 0;
	font-size: 1.2rem;
	width: 50%;
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 1);
	transition: 1s ease all;
}
.city {
	cursor: pointer;
	font-size: 2rem;
	width: 60%;
	margin: 0 auto;
}

.name,
.focus,
.city {
	transition: 1s ease all;
}

.name:hover {
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0);
}
.city:hover {
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0);
}

.focus:hover {
	text-shadow: 1px 2px 0px rgba(0, 0, 0, 0);
}

.btn:hover {
	transform: scale(0, 0.5);
}

.weath i {
	font-size: 6rem;
}
.quote figcaption,
.quote blockquote {
	margin: 0.5em;
}
.quote figcaption {
	text-align: center;
}
.btn {
	cursor: pointer;
	transition: 1s ease all;
}

.btn:active,
.btn:focus {
	outline: 0;
}
.btn:active {
	transform: scale(1.02);
}
.wind-side {
	display: inline-block;
}
body {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100vh;
	background-size: cover;
	color: #fff;
	text-shadow: 3px 3px 0px rgb(0, 0, 0);
	transition: 1s ease all;
	overflow: hidden;
}
.weather {
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	transition: 2s ease all;
	transform: rotate(0deg);
}
.weather img {
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	transition: 2s ease all;
}

.time {
	font-size: 8rem;
	transition: 1s ease all;
}
.day {
	margin-bottom: 0.2rem;
}
.name {
	cursor: pointer;
	display: inline-block;
	outline: none;
}
.focus {
	cursor: pointer;
	display: inline-block;
	outline: none;
}
h1 {
	margin-bottom: 3rem;
}

h2 {
	margin-bottom: 0.5rem;
	opacity: 0.8;
}

@media (max-width: 700px) {
	.time {
		font-size: 8rem;
	}
	.blockquot {
		display: flex;
		flex-direction: column;
		width: 80%;
		align-items: center;
		height: auto;
	}
	body {
		justify-content: space-around;
	}
	.weather img {
		width: 4rem;
		height: 4rem;
	}
	.weather {
		width: 4rem;
		height: 4rem;
	}
	h2 {
		font-size: 2em;
	}
	.weath {
		font-size: 1rem;
		width: 80%;
	}
	.quote {
		font-size: 1rem;
		width: 80%;
	}
}

@media (max-width: 540px) {
	.city {
		width: 100%;
		font-size: 1.2rem;
	}
	.blockquot {
		width: 100%;
	}
	.quote {
		width: 90%;
	}
	.weath {
		width: 90%;
	}
	.blockquot {
		width: 100%;
		flex-direction: row;
	}
	.time {
		font-size: 4rem;
	}
	.weath {
		font-size: 0.8rem;
	}
	.quote {
		font-size: 0.8rem;
	}
	h1 {
		font-size: 1.8rem;
	}
	h2 {
		font-size: 1.6rem;
	}
}

@media (max-width: 360px) {
	.blockquot {
		width: 100%;
		flex-direction: row;
	}
	.city {
		width: 100%;
		font-size: 1.2rem;
	}
	.time {
		font-size: 4rem;
	}
	.weath {
		font-size: 0.8rem;
	}
	.wind-side {
		font-size: 1.2rem;
	}
	.quote {
		font-size: 0.8rem;
	}
	h1 {
		font-size: 1.6rem;
		margin-bottom: 0.2rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	.weather img {
		width: 3rem;
		height: 3rem;
	}
	.weather {
		width: 3rem;
		height: 3rem;
	}
}
