.weather-header {
    background-image: linear-gradient(to right, #0093F7, #004575);
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}

.dark-display {
    background-color: #0077C9;
    color: white;
}

.list-group {
    border-top: 1px solid gray;
}

h1, h2, h3 {
    font-weight: 700;
}

p {
    font-size: 1.1rem;
}