body {
    background-color: #161616;
}

.videocontainert {
    padding-left: 40px;
    padding-right: 40px;
    justify-items: center;
    padding-top: 60px;
}

.videotitlecontainer {
    text-align: center;
}

.titlemargintop {
    margin-top: 10px;
}

.videobutton {
    border: none;
    background-color: #161616;
}

.videocontainerc {
    width: 100%;
    padding-top: 20px;
    display: grid;
}

.video {
    aspect-ratio: 16/9;
    align-self: center;
    justify-self: center;
}

.videocontainerb {
    justify-self: center;
    align-self: center;
    width: 70%;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.videocontainerbl {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.videocontainerbr {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.title {
    font-weight: 700;
    text-transform: uppercase;
}

.text {
    color: #a3a3a3;
    letter-spacing: 1.4px;
    line-height: 130%;
}

.textjustify {
    text-align: justify;
}

.year {
    display: flex;
    justify-content: space-between;
}

.creditscontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.creditslist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
    padding-bottom: 15px;
}

.creditsl {
    width: 50%;
    font-family: Roboto;
    color: #a3a3a3;
    text-align: left;
    font-weight: 700;
    line-height: 130%;
}

.creditsr {
    font-family: Roboto;
    color: #a3a3a3;
    text-align: right;
    line-height: 130%;
}

.arrow1 {
    padding-top: 50px;
    margin: 40px;
    display: flex;
    justify-content: end;
}

.arrow2 {
    padding-top: 50px;
    margin: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrowbutton {
    border: none;
    background-color: #161616;
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    align-items: center;

    .boldtext {
        font-weight: 700;
        padding: 10px;
    }
}

.arrowbutton:hover {
    border: none;
    background-color: #161616;
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    align-items: center;

    .boldtext {
        color: #D5D30F;
        font-weight: 700;
        padding: 10px;
    }
}

.modal {
    display: none;
    z-index: 1;
    padding-top: 100px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .titlemargintop {
        margin-top: -6px;
    }

    .video {
        margin-top: 10px;
        padding: 40px 0px;
        justify-self: center;
        align-self: center;
    }

    .videocontainerc {
        width: 100%;
        padding-top: 20px;
        display: grid;
    }

    .videocontainerb {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        align-self: center;
        display: flex;
        flex-direction: column;
    }

    .videocontainerbl {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
    }

    .videocontainerbr {
        width: auto;
        margin-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
    }

    .title {
        text-align: left;
    }

    .lyrics {
        margin-top: 0px;
        text-align: left;
        letter-spacing: 1px;
    }

    .arrow {
        margin-left: 40px;
        margin-right: 40px;
    }
}