body{
    background-color: black;
    color: white;
    text-align: center;
}
div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
div p{
    font-family:'Courier New', Courier, monospace
}
img{
    height: 500px;
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}