* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #6dd5ed, #2193b0);
    color: #fff;
    overflow-x: hidden;
}

header {
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

}

header h1 {
    font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, san-serif;
}

.search-bar {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.btn-input {
    padding: 10px 20px;
    font-size: 1em;
    border: none;
    border-radius: 25px 0 0 25px;
    outline: none;
    width: 300px;
}

.btn-default {
    padding: 10px 20px;
    font-size: 1em;
    border: none;
    background: #ff6f61;
    color: white;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    transition: background 0.3s;
}

.search-bar button:hover {
    background: #e55a50;
}

.weather-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.weather-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    width: 200px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-climate {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    width: 250px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-forecast {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-wxstory {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-contact {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: left;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-alert {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-torday {
    background: rgba(255, 0, 0, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-notorday {
    background: rgba(0, 255, 0, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    color: black;
}
.weather-card-catdayGen {
    background: rgba(148, 196, 158, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-catdayMar {
    background: rgba(70, 145, 85, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-catdaySlt {
    background: rgba(255, 255, 51, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-catdayEnh {
    background: rgba(255, 153, 51, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-catdayMod {
    background: rgba(255, 51, 51, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-catdayHig {
    background: rgba(204, 0, 204, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-red {
    background: rgba(255, 0, 0, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-yellow {
    background: rgba(255, 255, 51, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card-orange {
    background: rgba(255, 153, 51, 0.9);
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.weather-card:hover {
    transform: translateY(-10px);
}
.weather-card h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.weather-card p {
    font-size: 1em;
    margin: 5px 0;
}

.weather-icon {
    font-size: 2.5em;
    margin: 10px 0;
}

footer {
    margin-top: auto;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
}

footer p {
    font-size: 0.9em;
}

@media (max-width: 600px) {
    .search-bar input {
        width: 200px;
    }

    header h1 {
        font-size: 2em;
    }
}
.navbar {
    width: 60px;
    display: block;
    margin: 50px auto;
    border: 4px solid #00bfb6;
    padding: 8px 10px;
    transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.navbar div{
    height: 5px;
    background: #fff;
    margin: 7px 0px 7px 0px;
    border-radius: 25px;
    transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #2193b0;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #00bfb6;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #2193b0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #2193b0;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
} 
.row {
  display: flex;
}
.column {
  flex: 50%;
}
#footnote, #footnote2 {
    font-size: 12px;
    color: black;
}
#header, #header2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
}
