#WeatherContainer{
background-color: rgba(0,0,0,0);
}
#TextContainer{ /* Other */
font-size:18px;
font-family: Helvetica;
font-weight: bold;
color:black;
}
#city{ /* Weather City Position */
position: absolute; top: 427px; right: 0px; down: 0px; left: -14px; width: 110px; height: 461px;
text-align: center;
font-family: Helvetica;
font-variant: small-caps;
font-size: 15px;
font-weight: bold;
letter-spacing: 0;
color: transparent;
text-shadow: 0px 0px 0px #000;
text-transform: capitalize;
}
#temp{ /* Weather Temperature Position */
position: absolute; top: 20px; right: 0px; down: 0px; left: 115px; width: 84px; height: 461px;
text-align: right;
font-family: Helvetica;
text-transform: capitalize;
font-size: 24px;
font-weight: bold;
color: #ffb90f;
text-shadow: 0px 1px 3px #000;
}
#desc{ /* Weather info Position */
position: absolute; top: 30px; right: 0px; down: 0px; left: 265px; width: 50px; height: 461px;
text-align: left;
font-family: Helvetica;
font-weight: bold;
font-size: 13px;
color: #e2e2e2;
text-shadow: none;
text-transform: uppercase;
}
#TextContainer p{
margin:0;
}
#weatherIcon{ /* Weather Icon position */
position: absolute; top: 10px; right: 0px; down: 0px; left: 185px; width: 115px; height: 461px;
height:85;
width:85;
}