body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    background: url('media copy/compmonster.gif') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.word-container {
    font-size: 40px;
    font-weight: bold;
            font-family: Impact, Haettenschweiler, ;

    color: #ff0080;  
        text-shadow: 0 0 5px #0f0, 0 0 10px #0f0, 0 0 15px #0f0;

    position: relative; 
    z-index: 10; 
}



a {
    position: fixed;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%); 
    z-index: 1000; 
}

a img {
    width: 100px; 
    height: auto;
}
