html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'SpotifyMixUI';
    src: url('/fonts/SpotifyMixUI-Regular.woff2') format('woff2');
}

body {
    margin-bottom: 60px;
    background-color: #222;
    font-family: SpotifyMixUI, sans-serif;
    font-size: 11pt;
    margin: 0;
    padding: 20px;
    color: #f0f0f0;
}

.albumtitle {
    font-size: 1.5em;
    font-weight: bold;
}

.albumcover img {
    width: 200px;
    height: 200px;
}

.tableheader {
    background-color: #444;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #555;
}

.tablerow {
    background-color: #333;
    padding: 10px;
    border-bottom: 1px solid #555;
}
