body{
    margin: 0px;
}
html, body, .center {
    height: 100%;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 50px;
}
