@font-face {
    font-family: 'Gidole';
    src: url('./gidole.ttf');
}

@font-face {
    font-family: 'Elder Futhark';
    src: url('./futhark.ttf');
}


body {
    font-family: 'Gidole';
    background: #1B365D;
}

.bg-dark {
    background: #1B365D !important;
}

.bg-primary {
    background: #d4a7e6 !important;
}

.btn-primary {
    background: #1B365D !important;
    border-color: #1B365D !important;
}

.btn-primary:hover {
    background: white !important;
    color: #1B365D !important;
}

.pcx86 h3 {
    color: white;
    text-align: center;
}

.pcx86-machine>.pcjs-container {
    max-width: 1280px;
    margin: auto;
}

.pcjs-copyright {
    color: white;
}