/* CSS Document */
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap");


.container {
    width: 750px;
}
.eventYear {
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 40px;
    color: #000;
    padding-left: 10px;
}
.eventList {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.eventList li {
    margin-bottom: 30px;
}
