@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

*, body {
  margin: 0;
  height: 100%;
}

.bg {
  background: url("bg.webp") no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 110px;
  font-weight: 700;

  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;

  color: white;
}