* {
    padding: 0;
    margin: 0;
    font-family: 'Inter';
}

.videos-background {
    position: absolute;
    width: 100%;
    height: 3500px;
    background: rgb(182,191,240);
    background: radial-gradient(circle, rgba(182,191,240,1) 0%, rgba(226,167,195,1) 100%);
}

.videos-header {
    font-size: 30px;
    display: flex;
    width: 100%;
    height: 10vh;
    position: absolute;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.027);
    line-height: 10vh;
}

.header-main {
    margin-right: 5%;
    margin-left: 5%;
}

.main-img {
    height: 10vh;
}

.header-photos {
    color: rgba(0, 0, 0, 0.699);
    text-decoration: underline;
    text-decoration-color: transparent;
    font-size: 1em;
    font-weight: 700;
    transition: 500ms;
    text-align: center;
    margin-right: 5%;
}

.header-photos:hover {
    text-decoration-color: rgba(0, 0, 0, 0.699);
}

.header-videos {
    color: rgba(0, 0, 0, 0.699);
    text-decoration: underline;
    text-decoration-color: transparent;
    font-size: 1em;
    font-weight: 700;
    transition: 500ms;
    text-align: center;
    margin-left: 5%;
}

.header-videos:hover{
    text-decoration-color: rgba(0, 0, 0, 0.699);
}

.videos-content {
    position: absolute;
    display: grid;
    top: 20vh;
    width: 100%;
    justify-content: center;
}

.videos-content div {
    filter: drop-shadow(10px 5px 22px rgba(0, 0, 0, 0.43));
}