#project_list_view__links_container {
    margin: 0 10px;
}
#projects_list_view {
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 590px;
    align-items: center;
    justify-content: center;
    visibility: visible;
}
.projects_list_view_elements__list_view_element {
    margin: 20px 0 0 0;
    background: rgb(198, 198, 198);
    border-radius: 20px;
    padding: 0 0 20px 0;
}
.projects_list_view_elements__list_view_element_media_container {
    padding: 15px 0;
    background: none;
}
.projects_list_view_languages_container {
    height: 110px;
    margin: 0 20px;
    border-radius: 20px;
    background-color: rgb(172, 172, 172);
    padding: 10px 0 0 0;
}
.projects_list_view_tech_content_descriptor {
    height: fit-content;
    width: 100%;
    margin: -5px 0 10px 0;
    background: none;
    color: white;
    text-align: center;
}
.projects_list_view_languages {
    height: 90px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: none;
    margin: 0 0 10px 0;
}
.projects_list_view_language {
    width: 65px;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.projects_list_view_language_img {
    width: 50px;
    width: height;
    background: none;
    filter: brightness(1.3);
}
.projects_list_view_language_name {
    width: 100%;
    margin: 4px 0 0 0;
    display: flex;
    justify-content: space-around;
    background: none;
    text-align: center;
    color: rgb(255, 255, 255);
}
.projects_list_view__list_view_bottom_space {
    height: 30px;
}


#project_list_view__links {
    width: 100%;
    position: relative;
    top: -150px;
    display: flex;
    background-color: rgb(157, 156, 156);
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.project_list_view__link {
    height: 90px;
    width: 90px;
    background: rgb(187, 187, 187);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 5px;
}
.project_list_view__link:hover {
    outline: 2px solid white;
    cursor: pointer;
}
.project_list_view__link_media {
    background: none;
    width: 100%;
}

.projects_list_view_elements__list_view_bottom_space {
    height: 150px;
    width: 150px;
}