#footer-bottom{background-color:red;color:white;padding:15px 0}.footer-flex{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-contacts{display:flex;justify-content:space-evenly;width:100%;margin-bottom:10px}.footer-contacts a{color:white;font-size:1.6rem;text-decoration:none;padding:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color 0.3s}.fc-whatsapp{background-color:#25D366}.fc-email{background-color:#0072c6}.fc-phone{background-color:#34b7f1}.footer-contacts a:hover{background-color:rgba(255,255,255,0.4)}.footer-copy{font-size:0.9rem}