body{
    color: var(--promptmainpara);
    line-height: 1.3;
}
.prompt{
    margin-left: 3vw;
    margin-top: 10vh;
    margin-bottom: 15vh;
    max-width: 90%;
}
.intro h1{
    color: var(--promptheading);
    font-size: 5vb;
    font-family: lomo;
    margin-bottom: 6vh;
}
.participant{
    font-family: Sf Pro;
    margin-bottom: 6vh;
    font-size: 2.7vb;
}
.participant-count{
    color: var(--promptmaininfo);
}
.info-title{
    font-family: Sf Pro;
    font-size: 2.7vb;
}
.info-type{
    font-family: Sf Pro;
    font-size: 2.7vb;
    color: var(--promptmaininfo);
}
.intro{
    margin-bottom: 6vh;
}
.info-highlight{
    color: var(--promptmaininfo);
}
.primary{
    font-family: Sf Pro;
}
.primary h2{
    font-size: 3.4vb;
    letter-spacing: 1px;
}
a{
    text-decoration: underline;
    color: var(--promptmainpara);
}
.tertiary{
    font-family: Sf Pro;
    font-size: 2.5vb;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6vh;
}
.head{
    font-weight: 400;
}