* {
    user-select: none;
}

body {
    background: #F9F9F9;
}

.container {
    width: 100%;
    height: 90vh;
    display: grid;
    align-items: center;
    place-content: center;
}

#cat {
    width: 30vh;
}

#text {
    text-align: center;
}
