h1 {
    font-size: 35px;
    color: white;
    margin-top : 80px;
    margin-left: 15px;
}

h2 {
    font-size: 20px;
    color: white;
    margin-left: 15px;
}
body{
	display: flex;
	flex-direction: column;
	margin:0;
	padding:0;
	min-height: 100vh;
	background: url('../img/fcgm.jpeg');
	background-repeat: no-repeat;	
}
