
body {
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;

    background-color: #592a96;
    color: #ff8acc;
    text-align: center;
}

button {
    padding: 1em;
    margin: 0.5em;
    background-color: #ff8acc;
    width: 5em;

    border-radius: 1em;
    border-color: #592a96;
    border-style: outset;
    border-width: 2px;

    font-size: 1.5em;
    font-weight: bold;
    color: #592a96;

}

img {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1500px;
    align-items: center;
}


@media only screen and (orientation: landscape) {
    img {
        max-width: 1000px;
        max-height: 70%;
        width: auto;
    }

    #question, #celebration {
        width: 1000px;
    }

    button:hover {
        background-color: #a15c9c;
    }
}