
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f7f2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
}

.logo {
  width: 200px;
}
