body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.header {
  position: relative;
  width: 100%;
  height: 150px;
  background: url("img/fbban.png") center/cover no-repeat;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid white;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

.content {
  margin-top: 70px;
  padding: 20px;
}

.highlight-box {
  background-color: #ffcc00;
  color: #333;
  padding: 15px;
  margin: 20px;
  border-radius: 10px;
  font-weight: bold;
}

.button {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px;
  background-color: #383838;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.button2 {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px;
  background-color: #383838;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.button3 {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px;
  background-color: #383838;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.hr-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.hr-container hr {
  flex-grow: 1;
  border: none;
  height: 2px;
  background-color: #ccc;
}

.hr-container span {
  padding: 0 15px;
  font-weight: bold;
  color: #333;
  border-radius: 50px;
  background-color: #ccc; /* Sfondo per sovrapporsi all'hr */
}

footer {
  background-color: #383838;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
