body{
    font-family: "K2D",Arial, Helvetica, sans-serif;
    }
header{
    background-color: #3a4048;
    text-align: center;
    padding: 0.5rem;
    color:white;
}
header > img {
    width: 100px;
    height: auto;
    vertical-align: middle;
    
    }
.headertext {
    display:inline-block ;
    vertical-align: middle;
}
.headertext h1 {
    font-size: 1.5rem;
    
}
.subheading {
    font-size: 0.9rem;
    color: #ffc90c ;
    font-style: italic;
    
}
.currentweather{
    display: inline-block;
    margin: 1.1rem 0 1rem 10rem;
        padding: .5rem;
        vertical-align: middle;
        color:white;
        background-color: #3a4048;
        border: 1pt solid white;
        font-size: .9rem ;
        width: 140px;
        height: 70px;
        
}
.currentweather img {
    width: 70px;
    height: auto;
    float:left;
    
    
}