body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    color: #fff;
}
.box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}