/*=============================
　１．タグ関連指定
=============================*/



body {
    margin: auto;
	display: flex;
	max-width: 50em;
	flex-direction: column;
    background-color: #684BBC;
    background-repeat: no-repeat;
    background-position: center top;

}


