body {
  font-family: sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

.header {
  display: flex;
  justify-content: space-between;
  background: #003366;
  color: #fff;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.logo{
  height: 50px;
  width: 50px;
  z-index: 2;
}

h2 {
  color: #003366;
}

footer {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9rem;
  color: #777;
}

ul {
  margin-bottom: 30px;
}
