* {
  padding: 0;
  margin: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 20px;
}

.header_image {
  height: 100%;
}

/* .content{
    padding: 0 20px;
} */

.content img {
  width: 100%;
}

.footer {
  background: #333;
  padding: 20px;
  margin-top: -5px;
  color: #ccc;
  display: flex;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
}

.overlay_content {
  position: relative;
  z-index: 10000;
  /* background-color: #01bdb2; */
  color: #fff;
  width: 20%;
  height: 30%;
  display: flex;
  margin-top: 10%;
  flex-direction: column;
  text-align: center
}
