  body {
    display: flex;
    overflow: hidden;
    background-color: #1f1d24;
    align-items: center;
  }
 

  
  .ohcat {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  
  .textoretorno {
    font-size: 15px;
    color: #FFE447;
    font-family: 'Special Elite', cursive;
    overflow-y: hidden;
    margin-top: -50px;
  }
  