
.wetter-box {
    font-family: Arial, sans-serif;
    background: #e0f2fe;
    padding: 1em;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wetter-box img {
    vertical-align: middle;
    width: 48px;
    height: 48px;
}
.wetter-box span {
    display: block;
    font-size: 1.2em;
    margin-top: 0.5em;
}
