body{
    background-color: #000;
    font-family: monospace, arial;
    margin: 0;
}

html, body{
    height: 100%;
}

p{
    color: white;
}

img{
    width:100px;
}

.heading{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: purple;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.cat{
    position: absolute;
    transform: translateY(400px) translateX(900px);
}

.space{
    position: relative;
    background-image: url(https://64.media.tumblr.com/aac57fa73e7b4dd1e6ed65a73cd355e9/tumblr_nxj3yqBAxZ1uiwpaqo2_1280.jpg);
    
    width: 100%;
    height: 100%;
}