.container{padding-bottom: 2rem;}

.title {
    font-size: 2rem;
    margin: 2rem 0;
    animation: fadeInDown 0.6s ease forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

.project-description {
    animation: fadeInDown 0.6s ease forwards;
    animation-delay: 0.7s;
    opacity: 0;
}

.project-header {
    margin-top: 1rem;
    background: white;
    border: 4px solid white;
    max-width: 900px;
    width: 100%;
    height: 150px;
    animation: fadeInDown 0.6s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.project-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.title{
    display: flex;
    margin:0;
    gap: 1rem;
    animation: fadeInDown 0.6s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.title h1{
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
}

.line{
    position: relative;
    flex-grow: 1;
    bottom: 28px;
    border-bottom: 2px solid rgb(248, 252, 240);
}

.development-infos{
    display: flex;
    flex-wrap: wrap;
    animation: fadeInDown 0.6s ease forwards;
    animation-delay: 0.7s;
    opacity: 0;
}

.development-info-item{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.development-info-item h2{
    font-size: 1rem;
}

.development-info-item p{
    font-size: 1rem;
    font-weight: 400;
    color: #e6e6e6;
}

.project-description p{
    font-size: 1rem;
    font-weight: 400;
    color: #e6e6e6;
}	
