body {
    background-color: lightblue;
}

h1 {
    color: navy;
    margin-left: 20px;
}

.button{
    width:100px;
    height:50px;
    margin:5px;
}
.result{
    font-size: 25px;
}
.counter{
    font-size: 12px;
}
.name {
    display:inline-block;
    color:darkred;
}
.name:first-letter {
    text-transform: uppercase
}
.results{
    min-height: 10em;
    display: block;
    vertical-align: center
}
#timer,#weathertime,#timermsg{
    font-size: 28px;
}
#timer{
    font-weight: bold;
}