body{
	background-color: black;	
}

 .center-image {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

h1,h2{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	color: white;
    padding: 0 12px;
  }
  
footer{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	align-items:bottom;
	color: white;
    padding: 0 12px;
  }
  
