body {
    font-family: Arial, sans-serif;
    display: flex;
    margin: 0;
    background-color: rgba(1, 42, 142, .6);
    color: white;
}

.weather {
    text-align: center;
    color: white;
    padding: 5px;
}
        
.upper {
    font-size: 22px;
}

.lower {
    font-size: 18px;
}