* {
    box-sizing: border-box;
    font-family: sans-serif;
}

h1 {
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 8rem;
    text-align: center;
    max-width: 32rem;
    font-size: 4rem;
    color: rgb(201, 201, 201);
    text-shadow: 1rem 1rem 0.5rem black;
}

p {
    margin-top: 2rem;
    text-align: center;
    max-width: 48rem;
    margin: auto;
    font-size: 1.2rem;
    color: rgb(201, 201, 201);
    text-shadow: 1rem 1rem 0.5rem black;
}

#cat-photo-div {
    margin: auto;
    max-width: 20rem;
    box-shadow: 0.5rem 0.5rem 0.5rem 0.2rem black;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

#cat-photo {
    max-width: 20rem;
    object-fit: cover;
}

p a {
    color: rgb(100, 100, 100);
}
