body {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
}

h1 {
    color: #000000;
    font-family: "Carlito", sans-serif;
    font-size: 60px;
    font-weight: 700;
    /* Carlito Bold */
    font-style: normal;
    text-decoration: none;
}