*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{scroll-behavior:smooth}h1,h2,h3,h4,p{color:#5a5c5c}a{text-decoration:none}.light-button{padding:15px 45px;border:none;border-radius:4px;color:#fff;font-weight:600;background-color:#f46b15}.dark-button{padding:15px 45px;border:none;border-radius:4px;color:#fff;font-weight:600;background-color:#515353}.loader-container{position:fixed;top:0;left:0;height:100vh;width:100%;background-color:#f46b15;display:flex;flex-direction:column;justify-content:center;align-items:center}.loader-container img{margin-bottom:40px;height:60px}.loader-container .loader{width:48px;height:48px;border:5px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
