body{
    font-family: 'Anek Telugu', sans-serif;
  }

  .renk{
    color: #003d6f;
  }

  hr {
    border: none;
    border-top: 3px solid #004cff;
    color: #004cff;;
    overflow: visible;
    text-align: center;
    height: 5px;
    max-width: 250px;
    margin: 25px auto;
}

hr:after {
    background: #fff;
    content: '🚚';
    padding: 0 4px;
    position: relative;
    top: -13px;
}