* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Belanosima", sans-serif;
  max-width: 100rem;
  margin: 10rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9rem;
  background-image: linear-gradient(to bottom, #ffd8a8, #ffd8a8);
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
}
.result-text {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: inherit;
}
.user-paper {
}
.lol {
  color: red;
  font-size: 2.4rem;
  font-weight: 500;
}
.contt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
.user-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.pc-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.you-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.bt-list {
  display: flex;
  list-style: none;
  gap: 10rem;
}
.bt-rock > button {
  padding: 1.2rem 3.2rem;
  color: #fff;
  background-image: linear-gradient(to right bottom, #e8590c, #fcc419);
  border-radius: 1rem;
  border: none;
  font-family: "Belanosima", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
}
.rockk {
  width: 2rem;
  height: 2rem;
}

.bt-paper > button {
  padding: 1.2rem 3.2rem;
  color: #fff;
  background-image: linear-gradient(to right bottom, #9775fa, #f783ac);
  border-radius: 1rem;
  border: none;
  font-family: "Belanosima", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
}
.iconss {
  font-size: 2rem;
}
.bt-sci > button {
  padding: 1.2rem 3.2rem;
  color: #fff;
  background-image: linear-gradient(to right bottom, #96f2d7, #66d9e8);
  border-radius: 1rem;
  border: none;
  font-family: "Belanosima", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  letter-spacing: 1.4px;
}
.try-bt-r {
  padding: 1.2rem 3.2rem;
  color: #fff;
  background-image: linear-gradient(to right bottom, #e8590c, #fcc419);
  border-radius: 1rem;
  border: none;
  font-family: "Belanosima", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  letter-spacing: 1.4px;
}
.try-bt-p {
  padding: 1.2rem 3.2rem;
  color: #fff;
  background-image: linear-gradient(to right bottom, #9775fa, #f783ac);
  border-radius: 1rem;
  border: none;
  font-family: "Belanosima", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  letter-spacing: 1.4px;
}
.try-bt-s {
  padding: 1.2rem 3.2rem;
  color: #fff;
  background-image: linear-gradient(to right bottom, #96f2d7, #66d9e8);
  border-radius: 1rem;
  border: none;

  font-family: "Belanosima", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  letter-spacing: 1.4px;
}
/* li {
  overflow: hidden;
} */
button:hover,
button :active {
  transform: scale(1.17);
  transition: all 0.4s;
  border-radius: 1.5rem;
}

.insta-pic {
  width: 2.5rem;
  height: 2.5rem;
}
.div22 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
}
.insta-a {
  font-size: 1.6rem;
  border-bottom: 2px solid black;
  padding-bottom: 0.4rem;
}
.insta-a:link,
.insta-a:visited {
  text-decoration: none;
  color: black;
}
.noqte {
  font-size: 1.4rem;
  font-weight: 600;
}
