*{box-sizing:border-box}#root,body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#20b2aa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root{background-color:#6a5acd}h1,h2,h3,h4{margin:0}.SearchBox{display:flex;align-items:center;justify-content:center;width:100%}.SearchBox form{max-width:100vw;display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}.RadioGroup{display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px #000}.radioLabel{cursor:pointer;display:flex;justify-content:center;width:100%}.radioLabel span{background-color:#639;padding:1rem;color:#fff;width:100%}.radioLabel input[type=radio]{display:none}.radioLabel input[type=radio]:checked+span{background-color:#696969;color:#fff;font-weight:700}.addressBar{min-width:60vw;max-width:1000px;background-color:#696969;box-shadow:4px 4px #000;padding:1rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.addressBar input{width:100%;max-width:800px;height:2rem;margin-bottom:1rem;border:none;box-shadow:4px 4px #000}.Results{padding:1rem;max-width:100vw;background-color:tomato;display:flex;justify-content:center;align-items:flex-start}.Results .resultsBody,.Results p{width:90%;background-color:#fff;padding:1rem;box-shadow:4px 4px #000}.resultsBody{overflow-x:scroll}.MainPage{display:grid;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr;grid-row-gap:1rem;row-gap:1rem}.Header{display:flex;align-items:center;height:-webkit-min-content;height:min-content;margin:1rem}.Header h2{background-color:#9acd32;padding:1rem;box-shadow:4px 4px #000}.App{background-color:#20b2aa}
/*# sourceMappingURL=main.241fab98.chunk.css.map */