.dev-links{
    display: inline-block !important;
    flex-direction: column !important;
    color: white;
    background-color: black;
    padding: 0.3em !important;
}

.dev-links:hover{
    background-color: crimson;
    color: white !important;
}

ul{
    list-style-type: none !important;
}

ul > li > h3 {
    background-color: crimson !important;
    padding: 0.5em !important;
    color: white !important;
}

ul > li > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px #e0e0e0 solid;
    color: black;
    padding: 0.3em !important;
    margin-bottom: 0.2em !important;
    font-weight: 600 !important;
}

ul > li:hover > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: crimson !important;
    color: white;
    padding: 0.3em !important;
}

.dev-section-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: crimson;
    color: white;
    padding: 0.5em !important;
    margin: 0;
}

.dev-section-box > h3 {
    padding: 0;
    margin: 0;
}