body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    margin: 0;
    padding: 0;
    color: #0ff;
}

.container {
    text-align: center;
    padding: 20px;
}

.gauges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

canvas {
    width: 200px;
    height: 200px;
}

header h2, h3 {
    margin: 10px 0;
}

footer {
    margin-top: 20px;
}

footer a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}
#weatherDesc {
    text-transform: capitalize;
}

.weatherDesc {
    text-transform: capitalize;
}

.bottom {
    margin-left: 300px;
}
.icon img {
    width: 175px;
    height: 120px;
}
.top-half {
    display: block;
    overflow: hidden;
}
