@charset "utf-8";
/* CSS Document */


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}




.logo_dyspo {
	display: block;
	margin: auto;
}

a {
	color: #45a2c3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

body {
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-image: url(img/img_fd.jpg);
}

h1 {
	font-family: "Poppins", sans-serif;
  	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 40px;
	display: block;
}
h3 {
	background: #ffffff;
	padding: 5px 8px 5px 8px;
	font-family: "Poppins", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	margin-top: 35px;
}

p {
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 13px;
}