html,body{margin:0;height:100%}.container{height:100%;width:100%;display:flex;align-items:center;justify-content:center;background-color:#ececec}.box{display:flex;flex-direction:column;align-items:center;border-radius:8px;padding:2rem;margin:1rem;background-color:white;color:#4b535d;box-shadow:0px 7px 20px 0px rgba(100,100,100,0.2)}.box h1,.box h2,.box h3,.box h4,.box h5,.box h6,.box p,.box div{margin:1rem}.loader{border:16px solid #e4e4e4;border-top:16px solid #004596;border-bottom:16px solid #004596;border-radius:50%;width:60px;height:60px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
