body {
    background: #050505;
}

img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

p {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0px;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: x-small;
    color: white;
}

a:link {
    color: white;
}

a:visited {
    color: white;	
}

a:active {
    color: white;	
}
