.main-globale {
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
}

.main-presentation {
	margin-bottom: 40px;
}

button {
	margin-top: 10px;
	background: #0071e3;
	color: white;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #0071e3;
	border-radius: 400px;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.more-links {
	Display: flex;
	margin-top: 20px;
}

.more-links a {
	background: none;
	color: #0071e3;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #0071e3;
	border-radius: 400px;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.more-links a:hover {
	background: #0071e3;
	color: white;
}

p {
	color: #6e6e73;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: 600;
}