.skills .title::after{
    content:"Mina kunskaper";
}

.skills .content-skills .column{
    width: calc(50% - 30px);
}

.skills .content-skills .left .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.skills .content-skills .left p{
    text-align: justify;
}

.skills .content-skills .left a{
    display: inline-block;
    background: #2F0B6Fff;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid #2F0B6Fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.skills .content-skills .left a:hover{
    color: #2F0B6Fff;
    background: none;
}

.skills .content-skills .right .bars{
    margin-bottom: 15px;
}

.skills .content-skills .right .info{
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between;
}

.skills .content-skills .right span{
    font-weight: 500;
    font-size: 18px;
}
.skills .content-skills .right .line{
    height: 5px;
    width: 100%;
    background: lightgrey;
    position: relative;
}
.skills .content-skills .right .line::before{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #2F0B6Fff;
}
.content-skills .right .html::before{
    width: 90%;
}
.content-skills .right .css::before{
    width: 60%;
}
.content-skills .right .js::before{
    width: 80%;
}
.content-skills .right .php::before{
    width: 50%;
}
.content-skills .right .mysql::before{
    width: 70%;
}
.content-skills .right .mern::before{
    width: 80%;
}
.content-skills .right .frontend::before{
    width: 40%;
}