



h1 {
    /*線の種類（実線） 太さ 色*/
    border-bottom: solid 3px black;
    text-align: center;
    font-size: 50px;
}

button{
    color: #fff;
    background-color: #eb6100;
    background: #f56500;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    line-height: 100px;
    width: 100px;
    height: 100px;
    padding: 0;
    text-align: center;
    font-size: 30px;
}

.start-button{
    text-align: center;
}

.video{
    text-align: center;
}

.labels{
    text-align: center;
}


