body {
    background-color: #2c2b2b;
}
.h1t {
    color: cyan;
    font-size: 50px;
    text-align: center; /* Center horizontally */
    display: flex;
    justify-content: center; /* Center vertically */
    align-items: center;
}