body{margin:0;padding:0;overflow-x:hidden}.weatherMain{display:flex;min-width:100vw;min-height:100vh;padding-top:10vh;flex-direction:column;justify-content:start;align-items:center;position:relative}.bgDiv{width:100vw;min-height:100vh;padding:0;margin:0}.bgVideo{width:100%;min-height:100%;position:absolute;object-fit:cover;z-index:-1}h1{color:#006affe3}.weatherBoxOuter{padding:20px;min-width:350px;min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:5px solid green;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff6;box-shadow:#13640a 2px 2px}@media screen and (max-width:600px){.weatherBoxOuter{width:75%;min-width:0;min-height:auto;border-radius:30px;box-shadow:#13640a 1px 1px}h1{font-size:2rem;text-align:center}.weatherMain{padding-top:5vh}}.weatherBox{min-height:200px;min-width:300px;display:flex;flex-direction:column;gap:10px}@media screen and (max-width:600px){.weatherBox{width:70%}}
