* {
    margin: 0px;
    padding: 0px;
}

body {
    height: 100dvh;

}


.text-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;

}