.greek-newspapers-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:2rem;
}
.greek-newspapers-flexbox img {
  max-width: 200px;
  width:100%;
  height: 300px;
  object-fit: contain;
  margin: 10px;
  outline:none!important;
}

.newspaper-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight:bold;
}

.greek-newspapers hr{
    margin:.5rem 0 2rem 0;
}

.greek-newspapers a:focus{
  background:none!important;
}

.splide__slide{
  padding:1rem;
}