@font-face {
  font-family: Kour;
  src: url("fonts/Nexa-Heavy.ttf");
}

* {
  scroll-behavior: smooth;
  text-decoration: none;
  user-select: none;
  draggable: false;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  scrollbar-width: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 150%;
  background-color: #000000;
  color: #fff;
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
  color: transparent;
  margin-top: 20px;
  font-size: 80px;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-text-stroke: 1px #efcae9;
}

#output {
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 500%;
}

.button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.button-container button {
  font-size: 18px;
  margin: 0 10px;
  padding: 10px 20px;
  background-color: #9e5ec8;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.button-container button:hover {
  background-color: #7d3c7b;
}
