body {
    background-size: cover;
    color: white;
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.wrap {
    background: radial-gradient(rgb(30, 210, 235), rgb(3, 79, 177));
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -101;
}
.bg {
    background-image: url('blze.gif');
    filter: blur(10px);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -100;
    position: absolute;
}
.txt {
    position: relative;
    z-index: 100;
}
.anchor {
    position: fixed;
    right: 10px;
    bottom: 10px;    
}
