body{
    margin: 0;
    padding: 0;
}

.box{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.box h1{
    font-family: system-ui, Arial;
}