p{font-size:clamp(17px,0.98vw,18px)}#my-loader{background-color:#ffffff;position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}#my-loader::after{content:"";width:40px;height:40px;border:4px solid #ccc;border-top-color:#13287c;border-radius:50%;animation:spin 0.9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}