body {
  background: white;
  padding: 0;
  margin: 0;
}
.bar {
  width: 100%;
  background-color: black;
  height: 70px;
}
.bar img {
  width: 110px;
  height: auto;
}
.bar h2 {
  margin-left: 20%;
  transform: translateY(-370%);
  font-size: 115%;
  color: white;
}

.report_div {
  text-align: center;
}

.report {
  outline: none;
  border: none;
  font-size: 1rem;
  color: #fff;
  background: #ff0157;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.9s;
  margin: 0 auto;
  border-radius: 12px;
  user-select: none;
}

.report:hover {
  letter-spacing: 6px;
}

.show {
  width: 90%;
  height: auto;
  background: black;
  border-radius: 7px;
  transform: translateY(5%);
  margin-left: 5%;
  opacity: 0.9;
  color: white;
}

.footer {
  width: 100%;
  height: 80px;
  background-color: black;
  padding-bottom: 2%;
  color: white;
}

.lout__content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}

.lout__box {
  width: 340px;
  margin: 20px;
  border: 15px solid #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.lout__imgBx {
  position: relative;
  width: 100%;
  height: 300px;
}

.lout__imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lout__text {
  padding: 15px 0 5px;
}

.lout__text h3 {
  font-weight: 400;
  color: #111;
}
