*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

main, html{
    height: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;
}
#nav-cust-txt{
    color: rgb(194, 194, 194);
}