body {
    background: linear-gradient(to right, #FF69B4, #FF1493, #DB7093, #C71585, #8B008B);
    color: #FFFFFF;
    font-family: 'Arial', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100vh;
    margin: 0;
}

.container {
    position: relative;
}

.cat.jpg {
    width: 270px; 
    height: auto;
}

.no-btn {
    position: relative;
}
