body,
ul,
li {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: ubuntu, helvetica, arial;
    /* overflow: hidden; */
    /* this is important to prevent the whole page to bounce */
    background-color: #151a30;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/index.jpg");
}

img {
    width: 100%
}

.gif {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}
.index{
    width: 70%;
    margin: 0 auto;
    /* transform: translate3d(-50%,-50%,0); */
    /* -webkit-transform: translate3d(-50%,-50%,0); */
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35%;
    margin-top: -20%;
}

.index2{    position: absolute;
    width: 100%;}