.frame {
	background-color: transparent;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
  }
  
  .frame .overlap-group-wrapper {
	width: 427px;
	height: 581px;
  }
  
  .frame .overlap-group {
	position: relative;
	height: 581px;
  }
  
  .frame .rectangle {
	width: 379px;
	height: 554px;
	top: 1.5vh;
	left: 38px;
	background-color: #016a3f;
	border-radius: 1.5vw;
	position: absolute;
	box-shadow: 0px 1vh 1vh #00000040;
}
  
.frame .div {
	width: 396px;
	height: 552px;
	top: -1vh;
	left: 0;
	background-color: #d9d9d9;
	border-radius: 1.5vw;
	position: absolute;
	box-shadow: 0px 1vh 1vh #00000040;
}
  
  .frame .text-wrapper {
	position: absolute;
	width: 375px;
	top: 205px;
	left: 65px;
	font-family: "Roboto Mono-Regular", Helvetica;
	font-weight: 400;
	color: #235833;
	font-size: 54px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
  }
  
  .frame .herb {
	position: absolute;
	width: 320px;
	height: 220px;
	top: 0;
	left: 38px;
	object-fit: cover;
  }
  
  .frame .rectangle-2 {
	width: 320px;
	height: 50px;
	top: 293px;
	left: 38px;
	background-color: #016a3f;
	border-radius: 31px;
	position: absolute;
	box-shadow: 0px 4px 4px #00000040;
}
  
.frame .rectangle-3 {
	width: 320px;
	height: 50px;
	top: 369px;
	left: 38px;
	background-color: #016a3f;
	border-radius: 31px;
	position: absolute;
	box-shadow: 0px 4px 4px #00000040;
}
  
.frame .rectangle-4 {
	width: 160px;
	height: 55px;
	top: 445px;
	left: 118px;
	background-color: #016a3f;
	border-radius: 31px;
	position: absolute;
	box-shadow: 0px 4px 4px #00000040;
}
::placeholder {
	color: #ffffffab;
}
  
  .frame .text-wrapper-2 {
	position: absolute;
	width: 60px;
	top: 307px;
	left: 77px;
	font-family: "Titan One-Regular", Helvetica;
	font-weight: 400;
	color: #ffffffab;
	font-size: 20px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
  }
  
  .frame .text-wrapper-3 {
	position: absolute;
	width: 67px;
	top: 383px;
	left: 77px;
	font-family: "Titan One-Regular", Helvetica;
	font-weight: 400;
	color: #ffffffab;
	font-size: 20px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
  }
  
  .frame .text-wrapper-4 {
	position: absolute;
	width: 140px;
	top: 460px;
	left: 150px;
	text-shadow: 0px 4px 4px #00000040;
	font-family: "Titan One-Regular", Helvetica;
	font-weight: 400;
	color: #ffffffab;
	font-size: 20px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
  }
   
body{
	background-color: #13a538;
	margin-top: 10vh;
}
input {
	all: unset;
  }
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
	  outline: none;
  }