* {
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
    overflow: hidden;
    background: #000;
}
img {
    width: 100%;
    height: 100%;
    z-index: 900;
}
p {
    position: fixed;
    bottom: 40px;
    left: 40px;
    font: 29px Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
    display: none;
    z-index: 1000;
}
a {
    color: #fff;
    text-decoration: none;
}
