
body {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-image: url(backgroundi.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.top{
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.5); 
    border-radius: 10px;
    margin-top: 100px;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.weather-info{
    margin-top: 20px;
}

#locationInput {
    display: flex;
    border: 2px solid black;
    align-self: center;
}