/* Define the font-face outside of the media query */
@font-face {
  font-family: "myfont";
  src: url("myfont.ttf");
}

@font-face {
  font-family: "Delbar";
  src: url("Delbar.ttf");
}


body.bg-color {
  background-color: #9932CC;
  margin: 0;
  padding: 0;
  text-align: center;
}

#meaning {
    font-weight:'Delbar';
    font-size: 18px;
    margin-left: -40px;
    min-width: 18%;
    width: auto;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid white;
    border-radius: 60px;
    overflow: hidden;
    margin-top: -64px;
    line-height: 20px;
    padding-left: 24px;
    padding-right: 15px;
    padding-bottom: 2px;
    background-color: #d785ff1a;
    margin-top: -161px;
    margin-left: -15px;
    color: #f1e4f7cc;
   /* font-family: delbar; */
    }

.content {
  font-family: 'myfont';
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.rocket-icon {
  margin-bottom: 100px;
  width: 72px;
  margin-top: 40px;
}

.row {
  width: 100%;
  font-size: 100px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.prev-form {
  width: 10%;
  margin-right: 50px;
}

.prev-button {
  font-family: 'myfont';
  font-size: 163px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  color: #cf66ffcc;
  margin-top: -61px;
  margin-left: 24px;
}

.bw {
  font-size: 60px;
  margin-left: 50px;
  width: 80%;
}

.next-form {
  width: 10%;
}

.next-button {
  font-family: 'myfont';
  font-size: 163px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  color: #cf66ffcc;
  margin-left: -79px;
  margin-top: -58px;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(153, 50, 204, 0.15) url("loader.gif") no-repeat center center;
  z-index: 10000;
}

#name {
  font-size: 30px;
  margin-left: -40px;
  min-width: 66%;
  width: auto;
  height: 100px; /* Fixed height */
  display: flex;
  justify-content: center;
  align-items: center; /* Vertically center the content */
  border: 0px solid white;
  border-radius: 60px;
  overflow: hidden;
  margin-top: -64px;
  line-height: 37px; /* Adjust as needed */
  padding-left: 24px;
  padding-right: 15px;
  padding-bottom: 2px;
  background-color: #cc63ff3b;
  color: #ffffffd9;
}

.audio-button {
  cursor: pointer;
  font-size: 200px;
  background-color: transparent;
  border: none;
  color: #cf66ffcc;
  font-size: 100px;
  margin-top: -47px;
  margin-bottom: -44px;
}

.add-friend-button {
  font-family: 'myfont';
  font-size: 20px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  color: white;
}
