@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

body {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}

input {
  color: #fff;
  padding: 17px;
  outline: none;
  font-size: 30px;
  font-family: "Bebas Neue", cursive;
  border-radius: 5px;
}
h1 {
  font-family: "Bebas Neue", cursive;
  text-align: center;
  color: #852abd;
  font-size: 60px;
}
.num {
  width: 64px;
  height: 67px;
}
.text {
  width: 160px;
  height: 26px;
  border-radius: 5px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 12px;
}

.text1 {
  width: 24px;
  height: 26px;
  border-radius: 50%;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.main {
  display: inline-block;
}
.maincolor {
  background-color: rgb(61, 59, 59);
}

.purr {
  background-color: #852abd;
}
