@font-face {
    font-family: "brdctl";
    src: url("font.ttf") format("truetype");
}

.wrapper {
    max-width: 500px;
    margin: 0px auto;
    position: relative;
    padding: 0px 20px;
}

.hcenter {
    display: flex;
    justify-content: center;
}

button {
    border-width: 0;
    background-color: cyan;
    font: normal 40px brdctl;
    color: yellow;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

html {
    background-color: cyan
}


body {
    font: normal 20px brdctl;
    color: yellow;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

table {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font: normal 20px brdctl;
    color: yellow;
    border-collapse: collapse;
    line-height: 22px;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

td {
    padding: 0 15px;
}