
.pop-details {
  position: relative;
  display: flex;
  height: 60px;
  width: 100%;
  background-color: var(--secondary);
  top: 0;
  z-index: 899;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.pop-details #title {
  font-family: 'Bremen', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;

}


@media screen and (max-width: 880px) {

  .pop-details #title {
    font-size: 1rem;
    line-height: normal;
    text-align: center;
  }
}


@media screen and (max-width: 420px) {

main{
  margin-top: 9px;
}
}

