#desktop {
    background-image: url("/background?file=$random");
}

nav {
    float: top;
    height: 80px;
    background-color: lightslategray;
    border-bottom: 2px solid gray;
    z-index: 500;
}

#wrapper {
    margin-top: 80px;
}

#templateLink {
    font-size: 10px;
}

.desktop-icon {
    max-width:50px;
    max-height: 50px;
}

.desktop-group {
    width:60px;
}

.header {
    display: flex;
    justify-content: center;
}

.header-img {
    width: 400px;
}

#roulette-text {
    width: 100%;
    height:300px;
    background: lightgray;
}

#marquee {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
}