body {
  font-family: poppins, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.lightbox {
  max-width: 900px;
  margin: 10px auto;
}

.progressbar {
  display: table;
  width: 80%;
  margin: 30px auto 30px;
}
.progressbar center p {
  font-size: 12px;
  margin: -10px auto -10px;
}
.prg1 {
  background-color: #65c4a5;
  width: 49%;
  height: 30px;
  display: inline-block;
}
.prg2 {
  background-color: #cbd8df;
  width: 49%;
  height: 30px;
  display: inline-block;
}
.prgstatus {
  font-weight: bold;
  position: relative;
  top: -33px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.left-column {
  flex: 0 0 45%;
}

.left-column img {
  width: 100%;
  height: auto;
}

.right-column {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.headline {
  font-size: 36px;
  line-height: 1.2;
}

.subheading {
  font-size: 18px;
}

.content {
  font-size: 13px;
}

.signup-form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  background-color: #fbdd34;
  color: #000;
  padding: 15px 30px;
  margin: 10px;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #ecd02d;
}

footer {
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #909090;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  display: inline;
  margin-right: 10px;
}

footer ul li a {
  text-decoration: none;
  color: #909090;
}

.ecover-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 5px auto;
  max-width: 300px;
}

@media (max-width: 810px) {
  .container {
    max-width: 100%;
  }

  .content {
    flex-direction: column;
  }

  .left-column {
    flex: 100%;
  }

  .right-column {
    margin-left: 0;
  }

  .signup-form {
    margin-left: 20px;
    margin-right: 20px;
  }

  button {
    width: 100%;
    font-size: 18px;
    padding: 15px 15px;
    margin: 10px;
  }
}
