#main {
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background-image: linear-gradient(
    to right,
    rgb(153, 223, 88),
    rgb(195, 232, 189)
  );
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQWS-MOqnLn9WAsVPjXPudHXg9XrEvcCWc-DMefWsraKg8solC2L53QVsx2SM8ulum2TD0&usqp=CAU");
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-size: contain, cover;
  /* border: 1px solid red; */
  margin: 100px;
}
#data {
  color: white;
  border: 1px solid green;
}
.divm {
  /* border: 2px solid blue; */
  width: 500px;
}
.data {
  width: 60%;
  height: 160px;
  /* border: 1px solid black; */
  /* margin-top: 100px; */
  margin-left: 30px;
  /* border-bottom: 1px solid rgb(2, 35, 2); */
  font-size: 18px;
  color: #09382b;
  font-weight: 100;
}
back .result {
  width: 30%;
  /* border: 1px solid green; */
  height: 100px;
  /* margin-top: 100px; */
  margin-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn1 {
  border-radius: 18px;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 10%;
  background-color: #008561;
  border: none;
  /* margin-left: -70px; */
}

.btn2 {
  border-radius: 18px;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  width: 100%;
  background-color: red;
  border: none;
  /* margin-bottom: -500px; */
  /* margin-left: 50px; */
}
#data1 > :nth-child(1) {
  font-size: 15px;
  color: #008561;
  line-height: 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#data1 > :nth-child(2) {
  font-size: 15px;
  color: #008561;
  line-height: 2px;
}
#data1 > :nth-child(3) {
  font-size: 15px;
  color: #008561;
  line-height: 2px;
}
#data1 > :nth-child(4) {
  font-size: 15px;
  color: #008561;
  line-height: 2px;
}
.divm {
  /* border: 1px solid green; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  /* background-color: green; */
}
.company {
  font-size: 18px;
  color: rgb(3, 71, 3);
  font-weight: 800;
}
.role {
  font-size: 18px;
  color: rgb(3, 71, 3);
  font-weight: 800;
}
.place {
  font-size: 18px;
  color: rgb(3, 71, 3);
  font-weight: 800;
}
.date {
  font-size: 18px;
  color: rgb(3, 71, 3);
  font-weight: 800;
}
