@import url('https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@200&display=swap');

* {
  font-family: 'Anek Tamil', sans-serif;
  color: #fff;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn__custom {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  background-color: slateblue;
  min-width: 200px;
}
