body {
	background-color: #ffffff;
	color: #181f28;
	font-family: "Poppins", sans-serif;
}

p {
	line-height: 2;
}

h1 {
	color: #5b6277;
	font-weight: 800;
}

h2 {
	color: #4e596b;
	margin-bottom: 2rem;
}

h4 {
	color: #4e596b;
}

h5 {
	color: #4e596b;
}

.navbar {
	background-color: transparent;
	width: 100%;
	position: absolute;
}

.btn-primary {
	background-color: #5198f4;
	border-color: #5198f4;
}

.btn-outline-primary {
	color: #5198f4;
	border-color: #5198f4;
}

section {
	padding: 60px 0;
}

header {
	min-height: 400px;
	color: #ffffff;
}

header {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	height: 100vh; /* Altezza pari al 100% del viewport */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.header h1,
.header p {
	margin: 0;
	padding: 0 1rem;
}

.endpoint img {
	max-height: 60px;
}

.endpoint p {
	margin-bottom: 0;
}

.api-list {
	margin: 20px 0;
}

.api-list div {
	margin: 5px 0;
}

.api-list p {
	margin-bottom: 0;
	line-height: 1.5;
}

footer,
#technology {
	background-color: #181f28;
	color: #dddddd;
}

footer a {
	text-decoration: none;
	color: #fff;
}

footer a:focus,
footer a:hover {
	color: #419ed8;
	text-decoration: none;
}
