.devarea{
    width: 100%;
    height: fit-content;
    background-color: #F4C5C5;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}
.devcontent{
    width: 45%;
    min-width: 300px;
    aspect-ratio: 1/1;
    background-color: white;
    position: relative;
    text-align: left;
    flex: 0 0 45%;
    margin: 2%;
}
.imgholder{
    width: 100%;
    height: fit-content;
    overflow: hidden;
}
.devimg{
    width: 100%;
}
.textholder{
    position: relative;
    bottom: 10px;
    width: 100%;
    height: fit-content;
    overflow-wrap: break-word;
    font-size: 1rem;
}
.textholder>h2{
    color: #AB4C4C;
}
.devLink{
    color: #AB4C4C;
    text-decoration: none;
    display: flex;
    text-align: center;
}
.devdate{
    position: relative;
    justify-content: space-around;
    color: #444444;
    display: flex;
    font-weight: bolder;
    font-size: 1.1rem;
    width: 90%;
}
.devdate>div{
    width: 40%;
}
.devdateL{
    text-align: right;
}