#contact-form{gap:.8rem;width:100%;display:grid}input,textarea{box-sizing:border-box;width:100%}.error{text-align:left;color:#ef5350;height:1rem;padding:.5rem 0 0 1rem;font-size:.8rem;font-weight:500}#message{resize:vertical;height:5rem}#submit{grid-column:1/3;width:100%}.loader{box-sizing:border-box;border:2px solid #f3f3f3;border-top-color:#000;border-radius:50%;width:1.1rem;height:1.1rem;margin:auto;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#contact #socials{width:70%;height:unset;flex-wrap:wrap;justify-content:space-around;gap:1rem;margin:0;display:flex}#contact #socials a{height:2.4rem}#contact #socials img{width:unset}h4,p{color:#666673}p{font-size:1rem}@media screen and (width<=600px){.container{grid-column:1/3}}.hp{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}
