body {
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: medium;
}

.centerpage {
    /* justify-content: center; */
    display: flex;
    align-items: center;
    height: 100vh;
}

table {
    width: 100%;
}

/* tr, td {
    border: 1px solid black;
} */

.title {
    font-size: x-large;
    font-weight: bold;

    /* gradient */
    background: linear-gradient(90deg, #0184d4 0%, #115c8a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    color: #444444;
    text-decoration: none;
}

a:hover {
    color: #999999;
}

.header {
    font-size: large;
    font-weight: bold;
    color: #0184d4;
}

.space-first {
    width: 20%;
    text-align: end;
}

.space-end {
    width: 5%;
}