
body {
    color: white;
    font-family: "Times New Roman", Times, serif;
    background-color: black;
}

h1 {
    text-align: center;
    margin-top: 60px;
    font-size: 42px;
    filter: blur(1px);
}

button {
    display: block;
    margin: 30px auto;
    background-color: #79a490;
    color: black;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.btn {
    background-color: #79a490;
    color: black;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    transition: background 0.3s;
    filter: blur(0.4px);
}

button:hover {
    background-color: #337858;
}

#catImage {
    display: block;
    margin: 40px auto;
    max-width: 80%;
    max-height: 600px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255,255,255,0.15);
}

.buttons2 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}