body {
    margin: 0;
}

.out {
    display: table;
    width: 100vw;
    height: 100vh;
}

.center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.string {
    font-size: 20px;
    /*color: #FFFFFF;*/
}

