
h1 {
    font-family: sans-serif;
}

body {
    background-color: #FFF8ED;
}

.button {
    background-color: #3cb371;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: monospace;
    color: white;
    text-align: center;
    cursor: pointer;
    margin: 5px;
}

.button:disabled {
    background-color: gray;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: monospace;
    color: white;
    text-align: center;
    cursor: pointer;
    margin: 5px;
}

.error {
    color: red;
    font-weight: bold;
}

table.nav {
    font-family: sans-serif;
    font-size: "80%";
    border-spacing: 5px;
    text-align: left;
}

table.mkort {
    font-family: sans-serif;
    font-size: "80%";
    border-spacing: 5px;
    text-align: left;
}

div.mkort {
    border: 4px solid black;
    border-radius: 10px;
    width: fit-content;
    height: fit-content;
    background-color: wheat;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img.mkort {
    display: block;
    max-width:200px;
    max-height:200px;
    width: auto;
    height: auto;
}
