@charset "utf-8";
/* CSS Document */

.main-img, .title, .description, .remark, .remark-2  {
	margin: 0 auto;

	}
	
.main-img {
	margin-top: 40px;	
	    text-align: center;
	}
	
.main-img img {
	max-width:100%; 
    height:auto; 
	object-fit: contain; 
}
	
.title {
    font-size: 72px;
    color: white;
    letter-spacing: 3px;
	}

.description {
    font-size: 48px;
    color: #FFC;
    letter-spacing: 3px;
	margin-top:20px;
	margin-bottom:60px;
	}
	
.remark, .remark-2 {
    font-size: 24px;
    color: #BD3D30;
    letter-spacing: 1px;
	}

.remark-2 { margin-top:10px; }
