*,*::after,*::before{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
body{
    background:url(photo/bg.jpg);
    color: white;
    font-family: sans-serif ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
h1{
    text-align: center;
    margin: 30px auto;
}
input{
    width: 40%;
    height: 40px;
    display: flex;
    margin: auto;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: bold;
    background-color: white;
}

button{
    margin: 20px auto;
    display: flex;
    padding: 8px 20px;
    border-radius: 5px;
    display: block;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
footer{
    left: 0;
    right: 0;
    bottom: 40px;
    position: fixed;
    text-align: center;
}
footer p{
    font-size: 16px;
}
footer a{
    
    color: white;
    
}
#weatherInfo p,h3{
    text-align: center;
    margin: 30px 0 15px 0;
}
