body, html {
    height: 100%;
    width: 100%;
}

p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 8pt;
    color: white;
}

a {
    color: white;
    text-decoration: none;
}

img {
    height: 300px;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
}

.container img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.container p {
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translate(50%, -50%);
}