#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000;z-index:9999;display:flex;justify-content:center;align-items:center}.loader{border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid #cc0000;width:50px;height:50px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body{font-family:'EB Garamond',serif;font-size:18px;line-height:27px;color:#333333}h1,h2,h3,h4,h5,h6{font-family:'EB Garamond',serif;font-weight:normal;color:#111111}