body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: #00FF00; /* Hacker green */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Courier New', Courier, monospace;
}

.container {
    text-align: center;
}

.cat-eyes {
    width: 300px; /* Adjust the size as needed */
    display: block;
    margin: 0 auto;
}

h1 {
    margin-top: 20px;
}
