html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #ff7e5f, #feb47b);
}

.centerTxt{
    text-align: center;
    font-size: 28px;
    font-family: 'Pacifico', cursive;
    /* color: rgb(52, 52, 52); */
    color: #52271d
}

