@charset "UTF-8";
@font-face{font-family:'MTDWilliamLetter';src:url('fonts/MTDWilliamLetter.woff2') format('woff2'),url('fonts/MTDWilliamLetter.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
body{margin:0 auto;width:100%;max-width:800px;height:100vh;display:flex;flex-flow:wrap;justify-content:center;align-content:center;align-items:center;background:#474747;}
body svg{display:block;width:800px;margin:0;}
.line-top{fill:#D7C39E;stroke:#D7C39E;stroke-miterlimit:5;stroke-width:1;stroke-dasharray:800;stroke-dashoffset:0;}
#rect{fill:#474747;animation-name:bgrect;animation-duration:3s;animation-fill-mode: forwards;}

@keyframes bgrect{
	0%{transform: translateX(0);opacity: 1;}
	99.99%{transform: translateX(455px);opacity: 1;}
	100%{opacity: 0;}
}
@media (max-width:991px){
	body svg{}
}
