/* Magic Quiz */
.mageicStep {
    display: none;
} 

.mageicStep1 {
    display: block;
} 

.stepTitle{
    font-size: 24px;
    line-height: 32px;
    color: hsl(263 84% 58%);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.StepInfo{
    font-size: 18px;
    line-height: 28px;
    color: hsl(244 30% 40%);
    text-align: center;
    margin-bottom: 10px;
}
.StepInfoBold{
    font-weight: 600;
    color: hsl(244 60% 20%);
}
