html {
    height: 100%;
    font-family: "Red Hat Display", sans-serif;
    position: relative;
}

body {
    height: inherit;
    background-color: #18171d;
    position: relative;
}

.wrap {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bg{
    @media all and (orientation:landscape) {width: 100%; height: auto;}
    @media all and (orientation:portrait) {width: auto; height: 100%;}
    opacity: 0.5;
    position: absolute;
    overflow: hidden;
}



.site {
    height: inherit;
    width: 60%;
    margin: auto;
    background-color: #2e2c37;
    opacity: 0.8;
    color: #ffffff;
    font-size: 200%;
    line-height: 1.5;
    position: relative;
}

.art {
    margin-left: 10%;
    letter-spacing: 2px;

    .link{
        color: white;
    }
}

.music {
    margin-left: 10%;
    letter-spacing: 2px;

    .link{
        color: white;
    }
}