html{
    background: url('Images/everest.jpg') no-repeat center center fixed;
    background-size: cover;

}

body{
    background: none;


}

.container{
    text-align: center;
    margin-top: 100px;
    width: 450px;
}

input{
    margin: 20px 0;


}

#weather{
    margin-top: 15px;

}

h1{
    color: black;
    font-weight: bold;
    
    text-decoration:underline;
}

.form-text{
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-decoration:underline;
}

