*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #161616;
    color: white;
}
.noise::before{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: "";
    /* you can control opacity of noise  */
    opacity: .1;  
    z-index: 1000;
    pointer-events: none;
    background: url(nois.gif) ;
}
.html-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
h1{
    font-family:'Barracuda';
    font-size: 150px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: line-through .5px white;
}