footer{
    width: 100%;
    height: 30dvh;
    padding: 20px;
    background-color: #000;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
    color: #fff;
}
.footer_logo{
    height: 20px;
}
.footer_article{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer_article p{
	text-align: center;
}
.footer_article_title{
	margin: 0;
	 margin-bottom: 8px;
}
.footer_social_media_container{
   display: flex;
   gap: 10px;
}
.footer_social_media_container a{
   margin: 0;
}
.footer_social_media_container a img{ 
   width: 32px;
   height: 32px;
   object-fit: contain;
}
.footer_links_container{
   display: flex;
   flex-direction: column;
   gap: 20px;
}
.footer_links_container a{
   color: #fff;
   text-decoration: none;
}