body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.social {
 
    margin: 0 10px;
    height: 50px !important;
    width: 50px;
    margin-bottom: 100px;
    padding: 5px;
    
 }
.social-button {

}
  
.cover {
	max-width: 25%;
	height: auto;
	margin-bottom: 50x;
    margin-top: 100px;
}


p {
 align: center;
 font-size: 14pt;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 color: #1C4799;
 
}
 h2 {
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     color: #1C4799;
 }
