/*VisualCrossing Weather API Style Sheet*/
body {
    background-color: rgb(175, 114, 79); 
    font-family: "Helvetica Neue LT Pro";
    font-weight:75;
    width: 453px;
    height: 134px;
    /*border: solid black 1px;*/
}
main {
    position: absolute;
    width: 523px;
    height: 134px;
    left: 370px;
    top: 0px;
    /*border: solid black 1px;*/
}
.curday {
    position: absolute;
    height: 39px;
    width: 148px;
    left: 15px;
    top: 0px;
    font-size: 55px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.curmth{
    position: absolute;
    height: 39px;
    width: 350px;
    left: 15px;
    top: 70px;
    font-size: 55px;
    color: rgb(255, 255, 255);
}
.curtime{
    position: absolute;
    height: 54px;
    width: 191px;
    left: 500px;
    top: 0px;
    font-size: 72px;
    color: rgb(255, 255, 255);
}
.curtmp {
    position: absolute;
    height: 54px;
    width: 76px;
    left: 500px;
    top: 70px;
    font-size: 72px;
    color: rgb(255, 255, 255);
}
.curimg{
    position: absolute;
    height: 45px;
    width: 45px;
    left: 660px;
    top: 85px;
}
img{
    
    height: 45px;
}
