/* DOCUMENT INFORMATION
	- Document:	Index's Footer CSS Styles
	- Version:	1.2.4
	- Project:	Santa Monica College - Logo Maker
	- Author:	Omar Juvera
*/


#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    padding: 0 10px;
    background: #ccc;
    background: #2A2A2A;
    font-family: "Audiowide", sans-serif;
    font-size: 24px;
    color: DodgerBlue;
}