body {
    background-image: linear-gradient(180deg,rgb(12,18,71),rgb(40,51,125) 28%,rgb(80,93,173) 46%,rgb(125,142,209) 60%,rgb(174,188,230) 75%,rgb(239,236,255) 90%,rgb(255,255,255));
    height: 100dvh;
    align-items: center;
    display:flex;
    justify-content: center;
    flex-direction: column;
}

p {
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}
h1 {
    font-family: "Chewy", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 10em;
    display:block;
}


#doghouse {
    height: 30%;
    margin: auto;
    display: block;
}

