.input_field {
	 border-radius: 50px;
  	 border: 5px solid #ff006a;
	 outline: none;
	 padding: 24px;
	 text-align: left;
	 font-size: 24px;
	 font-family: Gotham-Bold; 
}
#mybutton {
	display: flex;
  align-items: center;
  font-family: Gotham-Bold;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  padding: 0.8em 1.5em 0.8em 1.2em;
  color: white;
  background: #4be223;
  background: linear-gradient(
    0deg,
    rgba(176, 255, 66, 1) 0%,
    rgb(75, 226, 35) 100%
  );
  border: none;
  box-shadow: 0 0 1em 0 #186d09;
  letter-spacing: 0.05em;
  border-radius: 20em;
}

/* box-shadow: [inset] [horizontal-offset] [vertical-offset] [blur-radius] [spread-radius] [color]; */