p, li {
    font-size: 1.2rem;
    font-family:'Outfit', Calibri, 'Trebuchet MS', sans-serif;
    padding-bottom: 10px;
}
.j2title {
    position: absolute;
    top: 245px;
    left: 60px;
    font-size: 56px;
    font-weight: 600 !important;
}
.jpurple {
    color: #a54bf9 !important;
}
.reveal img {
    margin: 0px;
}

/* CSS Classes */
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.valignCenter {
    align-content: center;
}
ul li {
    list-style: disc;
}
.purple2blue {
    background: linear-gradient(to right top, rgb(52 162 194) 15.923566878980886%, rgb(164 75 249) 50.63694267515923%, rgb(149 48 245) 99.68152866242038%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.trademark {
    font-size: 0.2em;
    vertical-align: super;
}
.reveal img, .reveal video, .reveal iframe {
     max-width: 100%; 
     max-height: 100%; 
}