h1{
    margin-left: 0;
    margin-bottom: 0;
}

.agenda{
    text-align: center;
    font-size: larger;
    font-weight: bold;
}

.date {
    text-align: right;
}

section{
    margin: 0;
    margin-top: 60px;
    padding: 0;
    padding-bottom: 30px;
}

section>section{
    margin-top: 30px;
    margin-left: 30px;
    padding: 0;
    border: none
}

.profile {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.profile-image {
    background-color: lightgray;
    border: black 2px solid;
    border-radius: 50%;
}

.profile-description {
    border-bottom: lightgrey 2px solid;
    margin-bottom: 10px;
}