html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    display: flex;
    min-height: 100dvh;
    width: 100%;
    align-items: center;
    vertical-align: middle;
    justify-items: center;
    overflow: hidden;
    text-align: center;
    color: #ebdec2;
    background-color: #171615;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;

    div {
        display: inline-block;
        margin: 0 auto;
    }
}

h1 {
    border-style: solid;
    border-color: #ce4415;
    border-width: 3px 4px 3px 4px;
    border-radius: 10px;
    padding: 0.5em 1em;
    text-align: center;
    font-size: 200%;
    letter-spacing: 3px;
    text-transform: uppercase;
    transform: scaleX(0.75);
    font-weight: bold;
    box-shadow: 0 0 20px rgba(0, 0, 0, .75);
}
