/* For specific tweaks of the page (if needed) */


.chatgpt-window {
    margin: 10px;
    border: 15px solid #c8bcac;
    border-radius: 35px;
    background-image: url("./war-games.png");
    background-size: cover;
    font-family: "Söhne Mono", Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    color: #b1edb4;
    text-shadow: 0 0 3px #00ed00;
}

.chatgpt-window p {
    margin: 1.5em 0;
}
    
.chatgpt-response {
    text-transform: uppercase;
}

.sticker {
    display: inline;
    width: 100px;
    margin-top: 1em;
}
