<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-verify {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verification-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  max-width: 400px;
}
#timer {
  font-weight: bold;
  color: #d9534f;
}</pre></body></html>