body{
    background-image: url('istockphoto-1191251531-612x612.jpg');
}
#myTitle{
    text-align: center;
    padding: 3%;
    color: white;
    background-color: rgb(255, 177, 177);
    border-radius: 12px;
    width: 35%;
    height: 50%;
    margin: auto;
    margin-bottom: 3%;
    margin-top: 2%;
}
.button{
    font-size: 250%;
    background-color: rgb(255, 177, 177);
    color: white;
    text-align: center;
    border-radius: 12px;
    border-color: white;
    
}
.wrapper {
    padding-right: 20%;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 45%;
}
.button:hover{
    background-color: rgb(231, 33, 99);
}
.button:active {
    background-color: rgb(231, 33, 99);
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
#noCat{
    display: none;
    padding-top: 70px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    width: 300px;
    height: 300px;
}
#yesCat{
    display: none;
    padding-top: 70px ;
}