@font-face {
  font-family: 'rawiable';
  src: url("https://iad.bepunkt.com/rawiableGX.ttf");
  font-display: block;
  font-style: normal italic;
  font-weight: 400 800;
}
:root {
  --myWeight: 100;
}

body {
  
  
  
  
  
    overflow: hidden;
       background-image: url("/img/3.jpg");
        /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;   
      
}
  
  
  
  
  
  
  
  
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  opacity: 0;
}

canvas {
  opacity: 0;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  line-height: 1;
  font-family: "rawiable";
  color: white;
  font-size: 14vw;
  font-weight: var(--myWeight);
  text-transform: uppercase;
  letter-spacing: 0.7vw;
  white-space: nowrap;
  overflow: hidden;
}

.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  padding: 30% ;
  background: pink;
  border-radius: 4px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-family: "rawiable";
  font-weight: 800;
  font-size: 10vw;
  letter-spacing: 0.2vw;
  color: white;
}
