.header{justify-content:space-between;align-items:center;padding:10px;display:flex}.header .header_nav{gap:40px;display:flex}.header .header_link{color:#000;font-size:20px;text-decoration:none;display:inline-block;position:relative}.header .header_link:after{content:"";background-color:#000;width:0;height:2px;position:absolute;bottom:0;left:0}.header .header_link:hover:after{width:100%}.footer{background-color:#000;flex-direction:column;justify-content:center;align-items:center;gap:25px;height:209px;margin:0;display:flex}.footer .footer_logo{height:40px;display:block}.footer .footer_text{color:#fff;text-align:center;font-size:24px}*{margin:0}
