@font-face {
    font-family: nunanunong;
    src: url(/assets/nunanunong-demo-font/NunanunongDemo-VDJ0.ttf) format("truetype");
}

html, body {
    background-color: rgb(31,31,31);
}

#app {
    margin-top: 1rem;
}

#site-title {
    font-family: 'nunanunong';
    color: #470E2D;
    text-shadow:
    1px 1px 0 #CD8B31,
    -1px 1px 0 #CD8B31,
    -1px -1px 0 #CD8B31,
    1px -1px 0 #CD8B31;
}

.card {
    margin-bottom: 1rem;
    background-color: #470E2D;
    border: 1px solid #CD8B31;

}

.card-header {
    background-color: #5D405D;
    border-bottom: 1px solid #CD8B31;
    font-family: 'nunanunong';
    text-shadow:
    1px 1px 0 #CD8B31,
    -1px 1px 0 #CD8B31,
    -1px -1px 0 #CD8B31,
    1px -1px 0 #CD8B31;

}

.card-body {
    color: #CD8B31;
}

.button {
    background-color: #470E2D;
    color: #CD8B31;
    border: 1px solid #CD8B31;
    margin-bottom: 1rem;
}