body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background: url(weather.jpg);
    max-width: 100%;
    background-repeat: no-repeat;
    background-size:100vw 100vh;
}

#privacy-body {
    background: url(weather.jpg);
    max-width: 100%;
    background-repeat: repeat-y;
    background-size:100vw 100vh;
}

.container {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    margin-top: 105px;
}

.privacy-container {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    margin-top: 105px;
}

.abt-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    margin-top: 105px;
}

input[type="text"] {
    width:95%;
    margin:10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#searchBtn {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.weather-info {
    margin-top: 20px;
}