body {
  margin: 0;
  font-family: "Times New Roman", serif;
}
.header4x {
  padding: 40px 40px 0px 40px;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.padding20px {
  padding: 20px;
  border: 1px solid grey;
  border-radius: 9px;
}

.banner_use_case__color1 {
  background-image: linear-gradient(to right, #47b9ee, rgb(71, 185, 238, 0.6));
}

.banner_use_case__color2 {
  background-image: linear-gradient(to right, #df9926, rgb(223, 153, 38, 0.6));
}

/*
.banner__image img {
  border: 1px dotted yellow;
}
*/

.center-me-53 {
  text-align: center;
  color: #6e66cf;
  font-size: 53px;
}

.center-me-83 {
  text-align: center;
  color: #6e66cf;
  font-size: 83px;
}

.center-me-23 {
  color: blue;
  font-size: 23px;
}

.center-me-red-23 {
  color: rgba(255, 10, 10, 0.65);
  font-size: 23px;
}

.center-me-red-33 {
  color: blue;
  font-size: 33px;
}

.live_border_red {
  font-weight: 700;
  color: red;
  border: red 3px solid;
  border-radius: 13px;
  padding: 10px 7px 10px 7px;
  width: max-content;
}

.testing1313 {
  background-color: #f9f7f4;
  width: max-content;
  padding: 9px 5px 9px 5px;
}

.testing-container {
  border-left: 1px solid green;
  border: #47b9ee 1px solid;
  padding-left: 20px;
}

.testwinner {
  font-size: 19px;
  font-weight: 700;
  padding: 10px;
  border: 1px solid grey;
  border-radius: 7px;
  color: black;
  background-color: #eee3dd;
  width: fit-content;
}

.background_color_lightgreen {
  width: max-content;
  background-color: #33bd9a;
  color: white;
  padding: 0 5px 0 5px;
  border-radius: 3px;
}

.background_color_blue {
  width: max-content;
  background-color: rgb(43, 131, 234);
  color: white;
  padding: 0 5px 0 5px;
  border-radius: 3px;
  font-weight: 700;
  font-style: italic;
}

.rotatetortoise {
  color: blue;
  transform: translate(35%, -40%) rotate(270deg);
  -webkit-transform: translate(35%, -40%) rotate(270deg);
}

.rotatetortoise h1 {
  color: blue;
  transform: translate(35%, -40%) rotate(270deg);
  -webkit-transform: translate(35%, -40%) rotate(270deg);
}

.body_container_features .joinbuttonClass {
  padding: 3px 13px 3px 13px;
  display: block;
  margin: 0 auto;
  font-size: 19px;
  margin-top: 10px;
  border: 2px solid skyblue;
}

.joinbuttonclass:hover {
  font-size: 19px;
  text-decoration: underline;
  cursor: pointer;
}

.buttonDisabled {
  cursor: text !important;
  text-decoration: None !important;
}

.pp-4P7X5Y9H9DL7N {
  text-align: center;
  border: none;
  border-radius: 1.5rem;
  min-width: 11.625rem;
  padding: 0 2rem;
  height: 2.625rem;
  font-weight: bold;
  background-color: #ff6069;
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
}

.newjoinbuttonClass {
  padding: 3px 13px 3px 13px;
  margin: 0 auto;
  font-size: 19px;
  margin: 10px 0 10px 0;
  border: 2px solid skyblue;
}
