 .footer_container{background-color:#131313;color:#eee;padding:1.4rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center}#footer_logo{display:flex;cursor:pointer;text-decoration:none;font-size:2rem}.footer_content{max-width:1300px;width:100%}.footer_content_wrap{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 2rem}.social_icons{display:flex;justify-content:space-between;align-items:center;gap:2px;width:360px;height:50px}.social_icon_link{height:50px}.social_icons img{width:50px;height:50px;animation:fadeInDelay 1.5s}.website_rights{text-align:center;font-size:1.2rem}.footer_links a{color:#ed7f49}.footer_links a:active{text-decoration:underline}@media (hover:hover){.footer_links a:hover{text-decoration:underline}}@media screen and (max-width:1200px){#footer_logo{margin-bottom:1rem}.website_rights{margin-bottom:1rem}.footer_content_wrap{flex-direction:column}.footer_links{margin-top:1rem}}@media screen and (max-width:380px){.social_icons{width:100%}}