body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: 'Press Start 2P';
    color: #fff;
}

#background-video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

#container {
    width: 75%;
    margin: 4% auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#container #electro-fm-logo {
    width: 25vw;
}

#container .content {
    margin-top: 4%;
    background-color: rgba(77, 7, 72, 0.85);
    padding: 2% 4%;
    color: #fff;
    width: 80%;
    border: 5px rgba(77, 7, 72, 0.90) solid;
    line-height: 3vw;
    font-size: 2vw;
}

#single-release {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

#single-release img {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    max-width: fit-content;
    width: 50%;
}

#single-release h2 {
    font-size: 2.5vw;
    line-height: 3vw;
}

#single-release .kiss {
    font-size: 5vw;
    margin-left: 1vw;
}