.bio  {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.bio-text {
  width: 100%;
}

.zodiac {
  white-space: pre;
}

.bio-text > p, #rand-num > p {
  font-family: 'Acronym';
  font-weight: 800;
  font-size: 32px;
  color: #f8f0e3;
  margin: 0 12px;
  padding: 0 8px;
  text-align: right;
  line-height: 44px;
}

@media screen and (max-width: 1200px) {
  .bio {
    flex-direction: column;
    align-items: center;
  }
  .bio-text > p, #rand-num > p {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
}

.bio-text > p:nth-child(even) {
  background-color: #f8f0e325;
  color: #41361e;
  border-radius: 10px;
}

.bio-text > #rand-num > p:nth-child(even) {
  background-color: #f8f0e325;
  color: #41361e;
  border-radius: 10px;
}

@media screen and (min-width: 1200px) {
  #rand-num > p > svg {
    height: 30px;
  }
}