
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding: 20px;
  
}

#hp  {
align-items: center;
} 

.header {
  text-align: center;
  margin-bottom: 20px;
  align-items: center;
}
  


.logo {
    text-align: center;
    top: 50px;
    align-items: center;
  }
  
  a {
  color: blue;
  text-decoration: none;
}

h1 {
    color: #333333;
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
  }