img {
    height:200px;
    margin: 3rem;
}

.quoteContainer {
    position: relative;
    text-align: center;
}

.quoteBox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}

.quoteBox p {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

#doggo {
display: none;
}