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

html, body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
}

body {
  background: url('https://frame.kitzu.me/cdn/48649');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.centerize {
  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);

  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.centerize span {
  font-family: 'Kanit', sans-serif;
  color: whitesmoke;
  font-size: 40px;
}

.centerize span a {
  font-family: 'Kanit', sans-serif;
  color: whitesmoke;
  font-size: 40px;
}

.centerize span a:hover {
  font-family: 'Kanit', sans-serif;
  color: whitesmoke;
  font-size: 40px;
  opacity: .6;
}