@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@900&family=Nunito:wght@600&display=swap');
body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Big Shoulders Display', cursive;
    text-align: center;
   
}

h1 {
    
    font-weight: 900;
    font-size: 1.9em;
}

#location-input {
    
    padding: 10px;
    font-size: 16px;
}

#weather-info {
    
    margin-top: 20px;
}

#temperature {
    
    font-size: 20px;
}

#time {
    
    margin-top: 20px;
    font-size: 20px;
}

h2 {
    
    font-weight: 700;
    font-size: 1.7em;
}

p {
    
    font-weight: 100;
    font-size: 1.1em;
}

main {
    
    width: 100%;
}



section {
    padding: 1em;
    
}

footer {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.bg_video{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -10000;
    background: url(../video/weather.mp4) 
    no-repeat center;
    background-size: cover;
}
