img {
    width: 300px;
    height: 300px;
}
body{
    text-align: center;
    font-family: monospace;
    font-size: 100px;
    background: url("https://i.pinimg.com/originals/fe/dc/18/fedc18558d47786126cdfaf8876a35a0.jpg");
    color: hotpink;
    cursor:url("http://www.simpleimageresizer.com/_uploads/photos/2df14d96/Pofressor_1_10.jpg"), auto;
}
.container{
    position: relative;
    text-align: center;
    color: yellow;
    font-family: monospace;
    font-size: 100px;
}

.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}