


body {
	
}

.logo {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 200px;
}  

.logoImage {
	    height: 100%;
}

.info { 
	margin-top: 12px; 
	text-align: right; 
	margin-right: 17px;
	}	
	
.style2 {
	text-align: center;
  }

.style3 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 20px;
  }

  
  