body {
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: #fff;
    font-family: sans-serif;
    overflow: hidden;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

h1 {
    font-size: 5rem;
    z-index: 10;
}

#goblin {
    position: absolute;
    left: -200px;
    bottom: 20px;
    width: 200px;
    height: auto;
}
