body * {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.interactive {
  /* background-color: #e5e9e8; */
  margin: 15px;
  padding: 20px;
  height: 470px;
}

img {
  display: block;
  cursor: pointer;
  background: none;
  border: none;
}

.main-icon {
  margin: 0 auto;
  width: 65px;
  height: 65px;
}

.tippy-svg-arrow {
  display: none; /* the arrow is displaying as "false" otherwise */
}

.tippy-box {
  background-color: rgba(265, 265, 265);
  border: 1px solid #781F4D;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.tippy-content {
  text-align: left;
}

.tip-header {
  display: flex;
  padding-top: 5px;
  margin-bottom: 8px;
}

.tip-icon {
  width: 25px;
  height: 25px;
}

h2 {
  margin: 0;
  text-align: center;
  font-size: 20px;
}

h3 {
  display: inline;
  font-size: 15px;
  color: #781F4D;
  align-self: center;
}

h4 {
  font-size: 10px;
  text-align: center;
  margin: 5px 0;
}

.tippy-content p {
  font-size: 10px;
  margin-top: 0;
  color: #333333;
}

.credits {
  color: #999999;
  font-size: 9px;
  text-align: end;
  padding-top: 15px;
}

@media only screen and (min-width: 600px) {
  .wrapper {
    display: flex;
    justify-content: space-around;
  }

  .main-icon {
    width: 180px;
    height: 180px;
  }

  .tip-header {
    padding-top: 10px;
  }

  .tip-icon {
    width: 40px;
    height: 40px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .tippy-content p {
    font-size: 12px;
  }

  .credits {
    padding-top: 150px;
  }
}
