body {
    background-image: url('images/bg_equs.png');
    background-size: auto; 
    background-color: #000;
    text-align: center;
    font-family: "kigelia-lgc", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}
footer {
	display: flex;
	justify-content: center;
    align-items: center;
    font-size: .9em;
    padding-bottom: 10px;
	color: #fff;
	
}
#content{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 20% auto 0 auto;
    padding: 10px;
    width: 30%;
}
#content img {
	max-width: 100%;
}