.agenda-day{
    color: #fedba5;
    text-align: center;
    font-weight: bold;
}
.agenda-date{
    color: white;
    text-align: center;
    min-width: 200px;
}
.agenda-year{
    color: #fedba5;
    text-align: center;
    margin-bottom:7%;
}
.agenda-year2023{
    color: #fedba5;
    text-align: center;
    margin-bottom:7%;
    margin-top: 7%;
}
.agenda-place{
    color: white;
    min-width: 200px;
    max-width: 400px;
}
.agenda-place-done{
    min-width: 200px;
    text-decoration: line-through;
    color: rgb(114, 114, 114);
    max-width: 400px;
}
.agenda-section{
    display: flex;
    justify-content: center;
    margin-top: -65px;
}
.agenda-right{
    display: flex;
    align-items: center;
    margin-left: 10%;
}
.white-line-agenda{
    background-color: white;
    color: white;
    height: 2px;
    border-radius: 10px;
    width: 40%;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    opacity: 50%;
}
.flag{
    display: flex;
    height: 15px;   
    margin-top: 25px;
    margin-right: -25px;
}
@media (max-width: 800px) {
    .white-line-agenda{
      width: 80%;
    }
    .agenda-date{
        min-width: 150px;
    }
    .agenda-place{
        min-width: 150px;
    }
    .agenda-place-done{
        min-width: 150px;
    }
    .agenda-section{
        max-width: 300px;
    }
    .agenda-year{
        margin-bottom:20%;
    }
    .agenda-year2023{
        margin-bottom:20%;
        margin-top: 7%;
    }
}