body {
    background-color: #1D1D1D;
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background-color: #131313;
    color: white;
    text-align: center;
    padding: 20px;
}

header img {
    height: 80px; 
    width: auto; 
}

.container {
    padding: 0px;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 400%; 
    margin-bottom: 20px;
}

.weather-station {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

footer {
    background-color: #131313;
    color: white;
    text-align: center;
    padding: 10px;
}

