@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap");body{font-family:Nunito Sans,sans-serif;font-size:16px;background-color:#fafafa;overflow-x:hidden}#search-filter{width:100vw;display:flex;flex-direction:row;margin-top:5%;justify-content:space-between}.dark{width:100vw;background-color:#111517;color:#fff}@media screen and (max-width:450px){#search-filter{flex-direction:column;margin-top:10%}}