


body {
  font-family: montserrat;
  text-align: center;
}

html {
  background-color: #1a1a1a;
  color: #ffffff;
}

.home {
  background-color: #222222;
  color: #ffffff;
  padding: 10px 25px;
  border: 1px solid #333;
  border-radius: 8px; /* Rounded corners like the image */
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease;
}