h2 {
    margin: 20px;
    text-align: center;
}

#event {
    padding:10px;
}
.less {
    margin: 15px;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
}
.eveName {
    margin-left: 5px;
    font-size: 1.2rem;
    letter-spacing: 0.10em;
    color: rgb(0, 107, 166);
    font-weight: bold;
}
.linkEvOf {
    font-size: 0.8rem;
}
.eveEle {
    display: flex;
    align-items: center;
    border-bottom: solid 1px lightblue;
}
.eveEleLeft {
    margin: 1px;
    padding: 3px 10px;
    border: 1px solid var(--main-color2);
    font-size: 0.8rem;
    border-radius: 8px;
    font-weight: normal;
    flex-shrink: 0;
}
.eveEleRight {
    margin-left: 5px;
    padding: 3px;
    border: 1px solid white;
}

#month {
    display: flex;
    position: fixed;
    left: 20px;
    padding: 3px 8px;
    border:1px solid var(--main-color2);
    font-size: 1.6rem;
    border-radius: 3px;
    color:white;
    background-color: var(--accent-color);
}
.date {
    width: 50px;
    margin: 10px;
    padding : 5px;
    border-radius: 3px;
    text-align: center;
    color: white;
    background-color:var(--eve-date);
}
#disclaimer {
    font-weight: normal;
    font-size: 0.9rem;
    margin: 10px;
    text-align: center;
}

#sel {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    
}
#selYear {
    font-size: 1rem;
    width: 70px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
}
#selMonth {
    font-size: 1rem;
    width: 70px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
}
#selBtn {
    width: 70px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
}
