body {
  background-color: #111827;
  color: #fff;
  font-family: sans-serif;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.logo {
  width: 150px;
  height: auto;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1F2937;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 50px;
  border-radius: 10px;
  margin-right: 15px;
  margin-left: 10px;
}

.button i {
  margin-right: 10px;
}

.button:hover {
  background-color: #29374b;
}
