#weather {
	position: absolute;
    left: 732px;
    top: 190px;
    z-index: 5;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: right;
    padding-right: 0px;
    border: solid red 0px;
    width: 379px;
    height: 198px;
    overflow: hidden;
    filter: drop-shadow(1px 1px 1px #000);
}
#weather td{
	border: solid yellow 0px;
}
.temp {
	position: absolute;
    left: 140px;
    top: -5px;
    font-size: 2.8em;
}
.symbol {
	position: absolute;
	top: 0;
	left: ;
}
.currently {
	position: absolute;
    left: 141px;
    top: 78px;
    font-size: 1em;
    width: 215px;
    text-align: left;
}