/* html {
    background: url(background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

body {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    white-space: nowrap;
}