body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f4f4f4;
}

.logo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.address {
  text-align: center;
  font-size: 18px;
  color: #333;
}
