/* 追加CSSをここに入力してください */

/* 背景色と角に丸みをつける */
.maru{
 border-radius: 30px; /* 全体の丸み */
}


/* ボックス */
.g_box{
 border-radius: 15px; /* 全体の丸み */
 background-color:#ffffff; /* 背景 */
 border-color : #189300; /* 線の色 */
 border-style : solid;
 border-width : 3px;
}

/* 中央 */
.center-block {
    text-align:center;
    margin: 0 auto;
}

