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

.footer p {
  margin: 0;
  padding: 0;
  font-size: 170%;
}

#more {
  display: none;
}

.btnBx {
  text-align: center;
  margin: 30px 0;
}

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

.myBtn:hover {
  letter-spacing: 5px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
