/*余白をリセット*/
*{
margin:0;
padding:0;
}

/*カウントダウンタイマー*/

#CDT {
    width: 100%;
    text-align: center;
    font-size: 49px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;}
    
.timer {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 1.5;
    background: dimgray;
    margin: 5px auto;
    font-family: 'Noto Sans JP', sans-serif;}
    }



