.tip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #116db8;
  letter-spacing: 5px;
}
