@charset "utf-8";

@font-face {
    font-family: 'Programma';
    font-weight: bold;
    src: url('fonts/Programma-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Valkyrie';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/valkyrie_a_regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Valkyrie';
    font-style: normal;
    font-weight: bold;
    src: url('fonts/valkyrie_a_bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Valkyrie';
    font-style: italic;
    font-weight: normal;
    src: url('fonts/valkyrie_a_italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Valkyrie';
    font-style: italic;
    font-weight: bold;
    src: url('fonts/valkyrie_a_bold_italic.woff2') format('woff2');
}

body {
    background-color: #bfb6a7;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Valkyrie, Palatino, "Palatino Linotype", serif;
}

main {
    background-color: whitesmoke;
    border: 2pt solid black;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.graph {
    display: inline-block;
    border-radius: 16px;
}

.name {
    width: 100%;
    background-color: #78736e;
    color: white;
    text-align: center;
}
