body {
    background-image: url("./cats-bg.png");
}

#title{
    text-align: center;
    font-size: 100px;
    font-family: 'Lobster', cursive;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;

}

#desc{
    text-align: center;
    font-size: 50px;
    font-family: 'Lobster', cursive;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
}

#cat{
    width: 50vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}