*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;color:#fff}body{background-color:#000}a{text-decoration:none}li{list-style:none}.banner{height:500px;background-color:brown;background-image:url(../assets/banner.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover}.circle{display:flex;width:100%;overflow-x:auto}.circle li{display:flex;flex-direction:column;justify-content:center;align-items:center}.circle li img{margin:10px;border-radius:50px;width:20vw;height:20vw;object-fit:cover}.square{display:flex;width:100%;overflow-x:scroll}.square li{display:flex;flex-direction:column;justify-content:center;align-items:center}.square li img{margin:10px;border-radius:10px;width:30vw;height:40vw;object-fit:cover}.Nav{padding:0 10px;width:100%;height:50px;position:fixed;top:0;display:flex;justify-content:space-between;align-items:center;background-color:#500daf99}.Nav h1{font-size:30px;color:#fff}.Nav button{border:0;width:30px;height:30px;background-image:url(../assets/icon/search.png);background-size:contain;background-position:center center;background-repeat:no-repeat;background-color:transparent}
