html,
body {
    height: 100%;
    margin: 0;
}

body {
    /* background: #0073ae;
    align-items: center;
    background-attachment: fixed;
    background-image: url('background.webp');
    background-position: center;
    background-size: cover; */
    cursor: default;
    display: flex;
    flex-direction: column;
    font-family: Verdana, Arial, Courier New;
    font-size: 1.2em;
    justify-content: center;
    position: static;
    text-align: center;
}

p {
    margin: 2% auto;
}

img {
    margin: 2% auto;
    width: 30%;
}

button {
    cursor: pointer;
    font-size: inherit;
    margin: 2% auto;
    padding: 0.2em;
    width: 100%;
}

@media only screen and (orientation: portrait) {
    body {
        font-size: 3em;
    }

    img {
        height: 25%;
    }

    button {
        border: 0px;
        width: 70%;
    }
}
