.corousel-container{width:50vw;height:50vw;position:relative;display:flex;justify-content:center;align-items:center}.next,.prev{top:calc(50% - 20px);position:absolute;background:white;border-radius:30px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;user-select:none;cursor:pointer;font-weight:700;font-size:18px;z-index:2}.next{right:10px}.prev{left:10px;transform:scale(-1)}.refresh{padding:10px;position:absolute;background:rgba(0,0,0,.4);border-radius:10px;width:20px;height:20px;top:10px;right:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}
