@font-face {
  font-family: fa;
  src: url(fonts/rillosta.regular.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #000;
}

.background-img {
  background: url(https://wallpapercave.com/wp/wp5444912.png);
  height: 100vh;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading {
  text-align: center;
  color: white;
}

h1{
  margin-bottom: 10px;
  font-family: fa;
  font-size: 300px;
}

/* button {
  width: 160px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #0da0b6;
  color: white;
} */

/* button:hover{
  background-color: #0da0b6ae;
  transform: scale(1.1);
} */