/* イベントごとの箱 */


.outer-box {
    
    border-radius: 1rem;
    margin: 20px 0;
    padding: 20px;
    width: 100%;
    line-height: 1.5;
    justify-content: space-around;
    text-align: left;
}

.outer-box-title {
    font-weight: bold;
}

.youtubebotan {
    width: 10%;
    padding: 10px;
   
   margin: 20px 50% 5px;
}

.botan {
    width: 20%;
    background-color: #99ccff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    
}
