.testimony, .more-info {
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimony img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h3 {
    font-family: 'Edu NSW ACT Cursive', cursive;
    text-align: center;
}

.more-info {
    height: 60%;
}

.question img {
    width: 50%;
    display: block;
    margin: auto;
}

.testimony p {
    font-size: 2rem;
}

.question h2 {
    text-align: center;
    font-family: 'Yuyu Short', sans-serif;
    font-size: 60px;
    background-color: #FFFF99;
    box-shadow:20px 20px 10px gray;
    margin: 50px;
}

.question {
    border-right-style: solid;
}

.orbit {
    width: 100%;
    height: auto;
}

.orbit img {
    height: 100vh;
    object-fit: cover;
}

























.edu-nsw-act-cursive-slogan {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 420;
  font-style: normal;
}

.yuyu-short-regular {
  font-family: "Yuyu Short", sans-serif;
  font-weight: 400;
  font-style: normal;
}