body{
    background: url(img/back.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#submitBtn {
    width: inherit;
    height: auto;
    margin: 15%;
}

#giveMe {
    width: 300px;
    margin: 0 auto;
    position: relative;
    top: 40vh;
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow: row wrap; /* Safari 6.1+ */
    -webkit-align-content: space-around; /* Safari 7.0+ */
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
}

#mainBox {
    position: absolute;
    width: 100%;
    height :100vh;
    overflow: hidden;
}


.abs {
    position: absolute;
}

/*MLG*/

#snoop {
    bottom: 0px;
}