.haber{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}

.foto{
    width: 98%;
    height: 75%;
    background-color: rgba(45,19,80,0.5);
    border-radius: 5px;
}

.yaz{
    width: 98%;
    height: 20%;
    background-color: rgba(45,19,80,0.5);
    border-radius: 5px;
}