*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;line-height:1.6;background-color:#e67f6e}h1{font-size:48px}h2{font-size:32px}h3{font-size:24px}p{font-size:20px}.main{max-width:1440px;margin:0 auto}.header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:40px;color:#000}.logo{font-weight:700}.nav a{margin-left:20px;color:#000;font-weight:700;text-decoration:none}.main{padding:40px}.section{padding:60px 0;border-bottom:1px solid #000000}.section h1,.section h2{text-align:center;margin-bottom:20px}.section p{max-width:800px;color:#000}.placeholder{background-color:#d3d3d3;width:100%;height:200px;margin:0 auto 20px}.two-columns{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}.column{width:48%}.column h3{text-align:left}.contact-form{max-width:600px;margin:0 auto}.contact-form form{display:flex;flex-direction:column}.contact p{text-align:center;margin:0 auto}.contact-form label{margin-top:10px}.contact-form input,.contact-form textarea{padding:20px;margin-top:5px;border:1px solid #d3d3d3;border-radius:5px}.contact-form button{margin-top:20px;padding:10px;border:none;background-color:#000;color:#fff;border-radius:5px;cursor:pointer}.footer{text-align:center;padding:20px;background-color:#000;color:#fff}.logo{width:200px;height:140px;position:relative}.logo__logo-black,.logo__logo-coral{width:200px;height:100%;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:flex-end}.logo__logo-black-image,.logo__logo-coral-image{width:50%;animation:spin 10s infinite linear}.logo__logo-coral{clip-path:circle(30px at 80px 64px);background-color:#000}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
