body {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("https://img.freepik.com/free-photo/painting-mountain-lake-with-mountain-background_188544-9126.jpg?size=626&ext=jpg&ga=GA1.1.1269040533.1708732800&semt=ais") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
table {
  width: 60% !important;
}
table,
th,
td,
tr {
  background-color: transparent !important;
}
h1 {
  color: white;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 4px;
  word-spacing: 7px;
}
.btn {
  font-size: 20px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}