 /*VisualCrossing Weather API Style Sheet*/
body {
    background-color: rgb(252,251,233); 
    font-family: "ScalaSansOT";
    /*border: solid black 1px;*/
}
main {
    position: absolute;
    left: 0px;
    top: 0px;
    /*border: solid black 1px;*/
}
.curday {
    position: absolute;
    height: 50px;
    width: 30px;
    left: 10px;
    top: 10px;
    font-size: 40px;
    color: rgb(123, 131, 137);
    margin-bottom: 0px;
}
.curtmp {
    position: absolute;
    height: 29px;
    width: 50px;
    left: 200px;
    top: 0px;
0px;
    font-size: 50px;
    color: rgb(123, 131, 137);
}
.curimg{
    position: absolute;
    height: 75px;
    width: 110px;
    left: 272px;
    top: 5px;
}
.curimg > img{
    height: 75px;
}
