@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ExtraBold.woff2') format('woff2'),
        url('Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	background-color:#ffffff;
	font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
}

#wrapper {
	margin-top: 10%;
}

#background {
	background-image: url(logo-web.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	height: 150px;
}

h1 {
	margin-top: 10%;
	font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

p {
	text-align: center;
	font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;
	color: #000000;
	background-color: #ffffff;
}