@font-face {
    font-family: 'Menlo';
    src: url('Menlo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21,19,19);
    font-family: Menlo;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 0.9em;
    }

    div#box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 84mm;
        height: 55mm;
    }



    p {
        color: rgb(255,255,255);
        margin: 1mm;
        padding: 0;
    }

div#imprint {
        display: block;
        position: absolute;
        bottom: 1cm;
        right: 1cm;
        width: 5cm;
        height: 1cm;
        text-align: right;
        vertical-align: middle;
        line-height: 1cm;
        margin: 0;
        padding: 0;
        color: rgb(242,242,242);
    }

ul, li {
	color: rgb(242,242,242);
}

    a:link, a:visited {
        color: rgb(242, 242, 242);
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }

    div#name {
        display: block;

        text-align: center;
    }

    .larger {
        font-size: 1.0em;
    }

    .large {
        font-size: 1.2em;
    }

    .tiny {
	font-size: 0.7em;
    }

    .green {
        color: rgb(0, 192, 0);
    }

.nowrap {
	white-space: nowrap;
}
