.new-year-list {
    margin-top: 15px;
    list-style: square;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 20px;
}