.container{
    border: 10px solid #333333;
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.skills{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    /* border: 10px solid white; */
    /* margin: 10px; */
    background-color: #181a1b;
}
header{
    background-color: #333333;
}
.invert{
    filter: invert(100%);
}
#work{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
}
.margin{
    margin: 10px;
}
.project{
    display: flex;
}
.col{
    display: flex;
    justify-content: center;
    align-items: center;
}