:root{--base-orange:#f96c00}body{font-family:Raleway,sans-serif;font-weight:500;background-image:url(/img/bg1.jpg);background-size:100%}.font-default{font-family:Arial,Helvetica,sans-serif}.text-orange{color:var(--base-orange)}.bg-orange{background-color:var(--base-orange)}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}