body {
  background-color: black;
} 

h1 {
  text-align: center;
  font: bold 50px 'Kanit', sans-serif;
  color: white;
}

#skibidibutton {
  display: flex;
  justify-content: center;
  text-align: center;
  font: bold 30px 'Kanit', sans-serif;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  color: black;
}

@font-face {
  font-family: Kanit;
  src: url(Kanit-Regular.ttf)
}

.content {
  text-align: center;
  display: flex;
  justify-content: center;
}