@import url("https://fonts.googleapis.com/css2?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");

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
}

header {
  text-align: center;
  margin-bottom: 20px;
}

h1 {
  color: #222;
}

main {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  color: #444;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

h3 {
  color: #555;
}

ul {
  padding-left: 20px;
}

p {
  line-height: 1.6;
}

.logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;

  img {
    width: 200px;
  }
}

.elevatione-logo {
  width: 200px;
}
