.skillcenter{
    display: flex;
    justify-content: center;
}
.skill{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 95%;
    height: 400px;
}
.skilldes{
    width: 45%;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
}
.vr{
    height: 150px;
    width: 3px;
    background-color: rgba(0, 0, 0, 0.750);
}
/* skilldescriptioncontainer */
.sdc{
    width: 100%;
}
.skilltxt{
    width: 45%;
}
.skillsub{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
}
.skillsubcon{
    margin: 10px;
    user-select: none
}
.sdc{
    display: none;
}
.hoverdes{
    display: block;
}
.skill:has(.html:hover) .htmldes {
    display: inline;
}
.skill:has(.html:hover) .hoverdes {
    display: none;
}
.skill:has(.css:hover) .cssdes {
    display: inline;
}
.skill:has(.css:hover) .hoverdes {
    display: none;
}
.skill:has(.java:hover) .javades {
    display: inline;
}
.skill:has(.java:hover) .hoverdes {
    display: none;
}

@media (min-width:0px) {
    .skill{
        height: auto;
    }
    .skilltxt{
        display: none;
    }
    .skilldes{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .hoverdes{
        display: none;
     }
    .vr{
        display: none;
    }
    .htmldes{
        display: block;
        margin-top: 10px;
    }
    .cssdes{
        display: block;
        margin-top: 10px;
    }
    .javades{
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}
@media (min-width:425px) {
    .skill{
        height: auto;
    }
    .skilltxt{
        display: none;
    }
    .skilldes{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .hoverdes{
        display: none;
     }
    .vr{
        display: none;
    }
    .htmldes{
        display: block;
        margin-top: 20px;
    }
    .cssdes{
        display: block;
        margin-top: 20px;
    }
    .javades{
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media (min-width:768px) {
    .skill{
        height: 300px
    }
    .skilltxt{
        display: block
    }
    .skilldes{
        width: 45%
    }
    .skilldes{
        display: flex
    }
    .vr{
        display: block
    }
    .hoverdes{
        display: block
    }
    .htmldes{
        display: none;
        margin-top: 0px;
        margin-bottom: 0px
    }
    .cssdes{
        display: none;
        margin-top: 0px;
        margin-bottom: 0px
    }
    .javades{
        display: none;
        margin-top: 0px;
        margin-bottom: 0px
    }
}
@media (min-width:1440px) {
    .skill{
        height: 400px
    }
}
@media (min-width:2560px) {
    .skill{
        height: 500px
    }
}