#root{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100%}*{box-sizing:border-box;margin:0;padding:0}button,input,p{font-family:Verdana;font-size:16px;line-height:1}button,p{color:#fff}.App{background-image:url(/open-weather/static/media/night.fdad8a5ea41e5fd8f495.jpg);border:5px solid #ff4500;border-radius:50px;display:flex;flex-direction:column;justify-content:space-between;margin:25px;max-height:700px;max-width:100%;padding:25px;text-align:center;width:350px}#LocationName{font-size:50px;margin:25px 0}#Description{font-size:25px}button{background-color:#ff4500;border:none;font-size:16px;min-width:100px;padding:10px 20px}button:hover{cursor:pointer}#Temperature{font-size:75px;margin:25px 0}.metric:after{content:"°c"}.imperial:after{content:"°f"}.kmph:after{content:"kmph"}.Mph:after{content:"mph"}#UnitTypeButtonsContainer{margin-top:50px}#MetricButton{border-radius:0 0 0 20px}#ImperialButton{border-radius:0 0 20px 0}#Search{border-radius:0 20px 0 0}.Align-Right{float:right}input{color:#000;margin-top:5px;padding:5px;width:100%}input:focus{outline:none}.Border{background-color:#fff;box-shadow:inset 2px 2px 5px #333;color:#000}.hide{display:none}.Error-Message{color:#ff4500;margin-top:25px}
/*# sourceMappingURL=main.a87140b5.css.map*/