body {
    font-family: "Albert Sans", sans-serif;
    margin: 0;
    padding: 0;
}

.timeline-header {
    background: url('https://images.pexels.com/photos/9572529/pexels-photo-9572529.jpeg?auto=compress&cs=tinysrgb&w=600') no-repeat center center;    
    background-size: cover;
}


.event {
    margin: 20px auto;
    padding: 10px;
    width: 80%;
    max-width: 1400px;
    border-radius: 10px;
}

.circle-img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: #5aa07a;
    margin-top: 20px;
}

.logo {
    width: 42px;
    height: 42px;
}