﻿#fab-back {
    background-color: #a900aa;
}

body {
    background-color: #171618;
}

body::after {
    content: "";
    background-image: url("../../images/backgrounds/jorvik_radio.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}