.custom-loading-icon{margin:0 auto;display:block;margin-top:100px;width:140px;height:120px;margin-bottom:50px}.custom-loading-icon:after{content:" ";display:block;width:120px;height:120px;margin:8px;border-radius:50%;border:10px solid #333;border-color:#333 transparent #333 transparent;animation:custom-loading-icon 1.2s linear infinite}@keyframes custom-loading-icon{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}