body{
  margin: 0;
}
.pod{
    background-color: #f5a425;
    text-align: center;
    display: flex;
}
.pod a{
  color: rgba(22, 34, 57, 0.95);
  text-decoration: none;
}
.Licenzia{
  width: 50%;
  color: rgba(22, 34, 57, 0.95);
  font-size: 25px;
}
.Zhargi{
  width: 50%;
  color: rgba(22, 34, 57, 0.95);
  font-size: 25px
}
.main-header {
    background-color: rgba(22, 34, 57, 0.95);
    height: 80px;
    width: 100%;
    top: 0;
    text-align: center;
  }
  
  .main-header .logo {
    line-height: 80px;
    padding-left: 60px;
  }
  
  .main-header .logo a {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
  }
  .main-header .logo a em {
    font-style: normal;
    color: #f5a425;
  }
  .suret{
      display: flex;
  }