@charset "UTF-8";

page{
background-color:black; 
width:100%; 
height: 100%;

}

.title{
	width: 600px;
	margin:auto;
	display: flex;
	justify-content: center;
	font-size: 16px;
	margin-bottom: :20px; 

}

.cover01{
margin-top: 200px;
height: 600px;
margin: auto;
display: flex;
justify-content: center;
flex-direction: center
  
}

