body{
    width: 100Vw;
    height: 100Vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.box{
    width:100%;
    height:400px;
	text-align:center;
	font-size:35px;
 }



