body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: black;
}

body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#verification {
  margin-bottom: 20px;
}

#code {
  padding: 8px;
  font-size: 20px;
  width: 150px;
}

#verifyBtn {
  transform: translateY(-1px);
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

canvas {
  display: none; /* Hide canvas initially */
  width: 100%;
  height: 100%;
}
