body {
	background-color: #dcd8d7;
    margin: 0;
	text-align:center;
}


.ume {
    height: 100vh;
}


/*600px以下*/
 @media screen and (max-width: 600px) {
	/* 600px以下で表示させたいcssを記述していく */

.ume {
  width: 100vw;
  height: auto;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
}