* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "menuFont";
}

body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.733), rgba(0, 0, 0, 0.733)),
    url(../img/klavi_bg_optimized.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: whitesmoke;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h1 {
  font-size: 8rem;
}

/*font-family*/

@font-face {
  font-family: menuFont;
  src: url(../fonts/AmaticSC-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: titleFont;
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: bold;
}
