body{
    background-color: rgb(152, 78, 146);
    margin-top: -50px;
}


body h1{
    text-align: center;
    font-size: 70px;
}

body h1, h2, p{
    color: white;
    font-family: "Pacifico", serif;
}

body h2{
    margin-top: -5%;
    font-size: 70px;
}

section.numbers{
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}

.catbutton{
    display: flex;
    justify-content: center;
    transform: scale(2);
    color: white;
    
}

p{
    margin-top: 1%;
    font-size: 15px;
    text-align: center;
}

#cat{
    display: flex;
    justify-content: center;
}


