/************************
 Change this variable:
*************************/
/************************
 No need to change any of these styles:
*************************/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 1.5;
}
#main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8900f1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1 {
  font-weight: 900;
}
.output::before,
.output::after {
  display: block;
  width: 100%;
  text-align: center;
}
#rounded::after {
  content: "~ 47%";
  font-size: 70px;
  font-weight: 900;
}
#exact::after {
  content: "(47.25490196078431%)";
}