@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
.navbar-brand {
	color: orange;
}
.mtop {
	margin-top: 100px;
}
body {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.dateNow {
	font-size: 3rem;
	font-weight: 500;
}
.tempNow {
	font-size: 3rem;
	font-weight: 500;
	color: orange;
	text-shadow: #000 1px 0 10px;
}
#weather-table table td {
	font-size: 17px;
}
.good {
    color: green;
    font-weight: 500;
    
}
.normall {
	color: #007eff;
    font-weight: 500;
}
.bad {
    color: red;
    font-weight: 500;
}
h4 {
	color: white;
	text-shadow: #000 1px 0 10px;
}
.mainP {
	color: white;
	text-shadow: #000 1px 0 10px;
}