#applications {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: none;
}
.applications__skill {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 20px 8px 20px;
    padding: 8px;
    border-radius: 8px;
    background-color: rgb(210, 210, 210);
}
.applications__skill_img {
    height: 30px;
    margin: 0 20px 0 0;
    background: none;
}
.applications__skill_text {
    margin: 0 0 5px 0;
    font-size: 25px;
    background: none;
}