body {
  background-color: rgb(3,3,5);
  min-width: 10000px;
  margin: auto;
  Overflow-x:scroll;
}
.banner-picture {
  /* Set a specific height */
  height: 180px;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@font-face {
    font-family: 'ManlyMen';
    src: url("fonts/manlymenbb_bold.ttf");
}
p {
  width: 180px;
  height: 180px;
  color: white;
  font-family: 'ManlyMen';
  font-size: 1.75 em;
  text-align: center;
}

div.days {
    display : flex;
}
p.day{
  width: 188px;
  height: 30px;
  color: white;
  font-family: 'ManlyMen';
  font-size: 0.5 em;
  text-align: center;

}
div.gallery {
  display:flex;
  margin: 5px;
  float: left;
  width: 180px;
  height: 180px
}
div.name{
    width: 180px;
    height: 180px;
    display : flex;
    flex-direction: column;
    justify-content:center;

}
div.artist_div {
    display: flex;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
 object-fit: contain;
width: 180px;
  height: 180px;
}
