* {
    color: white;
}

.img-bg {
    position: fixed;
    left: 0;
    top:0;
    width:100%;
    height: 100%;
    display: block;
    background-image: url("/img/background.gif");
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
}

.content {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: 20px;
    margin-right: 20px;
}

.google {
    width:15px;
}