<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: bisque;
    font-family: "Montserrat", sans-serif;
}

header{
    margin: 3%;
    text-align: center;
}

#drawing-area{
    background: white;
    border-radius: 10px;
    height: 30vw;
    min-height: 204px;
    min-width: 707px;
    border: 2px solid black;
}

#save-text button{
    margin-left: 2%;
}

#hover-text{
    text-align: center;
}

#save-text{
    align-items: center;
    text-align: center;
    justify-content: center;
}

#cat-img{
    height: auto;
    width: 20%;
    position: absolute;
}

#revert{
    position: absolute;
    z-index: 1;
    font-size: 100px;
    top: 0;
    display: none;
}</pre></body></html>