body {
    background-color: #121212 !important;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.container {
    background-color: #121212;
    padding: 10px;
    border-radius: 8px;
}
a {
    color: #bb86fc;
}
a:hover {
    color: #ff79c6;
}
.custom-intro {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}

.navy-button {
    background-color: navy;
    color: white;
    font-size: 1.4em;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
.navy-button:hover {
    background-color: darkblue;
}
.custom-button {
    color: #2ca02c !important; /* Dark-ish green text */
    border-color: #2ca02c !important; /* Dark-ish green border */
    background-color: transparent !important; /* Keep transparent background */
    transition: all 0.3s ease-in-out; /* Smooth transition */
}

.custom-button:hover,
.custom-button:focus {
    color: #0c9a1a !important; /* Lighter green text */
    border-color: #0c9a1a !important; /* Lighter green border */
    background-color: #195208 !important; /* Slight green background */
}

.card .card-body .card-title {
    color: rgb(19, 185, 19) !important;
    font-weight: bold;
}
.condition-text {
    font-size: 20px;
    font-weight: bold;
}
.high-temp {
    font-size: 18px;
    font-weight: bold;
}
.city-links a {
    margin: 5px;
    display: inline-block;
}
.stock-price {
    font-size: 1rem;
}
.crypto-price {
    font-size: 1rem;
    font-weight: bold;
}
.news-title {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.news-date {
    font-size: 1rem;
    font-weight: normal;
    color: #bbbbbb;
}
