<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px;
  background-color: #000000;
  background: linear-gradient(180deg, black, 30%, transparent), url("../img/background-press.jpg");
  background-position: bottom center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Bebas Neue', sans-serif;
  padding-bottom: 150px;
}
.container2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 70%;
  margin: 0px 0 0 0;
}
.container2 img {
  width: 100px;
  height: 133px;
}

@media only screen and (max-width:510px) {

 .container2 {
  display: inline-flex;
  max-width: 90%;
  margin: 20px 0 0 0;
}
	 .container2 img {
  width: 220px;
  height: 293px;
}
}



</pre></body></html>