body {
    background-color: black;
    background-image: url(img/paria\ muzik\ solund.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

header {
    background-color: black;
    background-size: 20%;
    background-position: center;
    text-align: center;
    color: blue;
    margin: 10px;
    height: 36;
}

a:visited, a:link {
    text-decoration: none;
    color: inherit;
}

section {
    background-color: rgb(63, 63, 63);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 3px;
    margin: 5px 200px 5px 200px;
}

.showcase {
    background: transparent;
    height: 400;
    margin: 5px;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.merch {
    display: flex;
    flex-direction: row;
    margin: 10px;
    height: 600px;
}

.merch figure {
    margin: auto;
    width: 400px;
}

.merch figure img {
    width: 400px;
} 

.utgivelser {
    margin: 10px;
}

.video-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;    
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 115%;
}

.hover:hover {
    color: blue;
}

.coverhover {
    width: 300px;
}

div {
    margin: auto;
}
footer {
    background: black;
    padding: 20;
    text-align: center;
}