body {
  background: none transparent;
}
body,
div {
  font-family: "JioType", "San Francisco", "Roboto", "sans-serif";
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #e0e0e0;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.wrapper {
  background: url(./jiobg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container {
  top: 34px;
  padding-right: 16px;
  padding-left: 16px;
  gap: 13.1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

h1 {
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5;
  vertical-align: middle;
  color: #fff;
  max-width: 180px;
  margin: 5px 0;
}
h4 {
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.5;
  color: #fff;
  max-width: 180px;
  margin: 5px 0;
}
.select-your-zodiac {
  min-width: 113px;
  min-height: 27px;
  border-radius: 100px;
  opacity: 1;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 9.81px;
  line-height: 14.53px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #ffffff;
  background: #aa0023;
  border: 0;
}
