.main-div {
  margin: 20px;
}

.head-txt {
  font-weight: 550;
}

.content-txt {
  margin-top: 30px;
}

.bottom-fixed {
  position: fixed;
  bottom: 0px;
  background-color: white;
  height: 80px;
  padding: 20px;
  width: 100%;
  left: 0;
}

.bottom-second-fixed {
  position: fixed;
  bottom: 80px;
  background-color: white;
  height: auto;
  padding: 20px;
  width: 100%;
  left: 0;
}

.basic-button {
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: 100%;
  height: 45px;
  font-size: 14px;
  border-radius: 100px;
  border: none;
  font-weight: 600;
  background-color: #4488ff;
  color: white;
}
