h1 {
    font-size: 40px;
    line-height: 15px;
    font-family: "Jacquard 24", system-ui;
    font-weight: 400;
    font-style: italic; 
    text-align: start;
}

h2 {
    font-size: 40px;
    line-height: 15px;
    font-family: "Jacquard 24", system-ui;
    font-weight: 400;
    font-style: italic; 
    text-align: center;
}

#rightSidebar {
  padding: 0px 0px 0px 10px;
  background-color: rgba(19, 8, 63, 0.8);
}

img:hover {
  transform: scale(1.5);
}

.box {
    display:flex;
}

.bubble {
    border-radius: 50%;
    display:inline-block;
    width: 200px;
    height: 200px;
    margin-top: 15px;
}  

.about {
    flex-direction: column;
    justify-content: center;
    display: inline-block;
    width:60%;
    padding: 0px 0px 0px 20px;
}

#quizResults {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
#quizResults img {
  height: auto;
  width: auto;
  vertical-align: middle;
}
