.bgImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}
#title {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: 40px;
}

p {
    margin: 0;
    padding: 0;
    color:rgba(255,255,255,0.9);
}

.card {
    backdrop-filter: blur(50px);
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 111, 166, 0.5);
}

#title-text {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 16px;
}

#content {
    position: absolute;
    left: 20px;
    top: 80px;
    height: calc(100% - 100px);
    width: calc(100% - 40px);
}

.content {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.content-name {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 20px;
    width: calc(100% - 10px);
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: solid 1px #66ccff;
}

.content-inner {
    position: absolute;
    width: calc(100% - 10px);
    left: 5px;
    top: 30px;
    height: calc(100% - 35px);
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

.content-icons {
    width: 60px;
    height: 50px;
    border:  solid 1px white;
    transition: 0.2s;
    margin-right: 10px;
    margin-top: 5px;
    user-select: none;
}

.content-icons p {
    position: relative;
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    top: calc(50% - 10px);
    font-size: 20px;
}

.content-icons:hover {
    background-color: #66ccff;
}

#video {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
}
