@media screen and (min-width: 960px){
    h1{
        font-size: 23px;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    h1{
        font-size: 21px;
    }
}
@media screen and (max-width: 759px){
    h1{
        font-size: 19px;
    }
}
.divPage{
    width: 95%;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
}
.divClip{
    width: 100%;
    text-align: center;
    margin-top: 9px;
}
.clipFrame{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16/9;
}
.detaile{
    width: 100%;
    margin-top: 9px;
}
.menuPage a{
    text-decoration: none;
    font-size: 17px;
    color: black;
}
.menuPage span{
    font-size: 17px;
    color: black;
}
h1, h2{
    line-height: 140%;
}
.timeline{
    margin-bottom: 9px;
}