body{
    font-size: 18px;
    line-height: 1.35;
    font-weight: regular;
    color: #0080ad;
    font-family: "base-mono-narrow", monospace;
    font-weight: 700;
    font-style: normal;
}
img {
    max-width: 100%;
}
h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
h3 {
        font-size: 18px;
}
h4 {
    font-size: 18px;
    text-align: center;
}
h2 {
    text-align: center;
    margin: 0;
}
.text-box{
    width: calc(100% - 2em);
    max-width: 500px;
    margin: 1em auto;
}
.event {
    border-top: 1.5px solid #0080ad;
}
.event:last-child {
    border-bottom: 1.5px solid #0080ad;
    margin-bottom: 80px;

}
.programItem {
    text-indent: -54px;
    margin-left: 54px;
}
a{
    color: #e6007e;
}
@media only screen and (max-width: 500px) {
    body {
        font-size: 16px;
    }
    .programItem{
        text-indent: -48px;
        margin-left: 48px;
    }
}
