main{
    border:1px solid #cccccc;
    margin-top: 20px;
}


.title{
    color:var(--y-theme-color);
    margin: 20px 0;
    text-align: center;
    /*font-size: 20px;*/
    font-weight: bolder;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
h2{
    color:var(--y-theme-color);
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 20px;
}
h3{
    color:var(--y-theme-color);
    margin: 20px 0;
    /*text-align: center;*/
    font-size: 16px;
    font-weight: bolder;
    text-indent: 1em;
}

article{
    margin: 20px 0;
}
.desc{
    color:var(--y--desc-color);
    margin: 10px 0;
    text-indent: 2em;
}
.desc_img{
    width: 80%;
}
