body {
    background-color: black;
}
img {
    padding: 70px;
    display: block;
    margin: auto;
    opacity: 0.3;
    width: 100%;
    height: auto;
}
#motd {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 24px;
    font-weight: normal;
    left: 150px;
    top: 10px;
    margin: auto;
}