.flex-column{
    display: flex;
    justify-content: space-between;
    flex-direction:row;
}

body {
    background-color: #3A3A50;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.heading {
 font-size:30pt;
 font-family: 'Work Sans', sans-serif;
 font-weight: 700;
 color:#FFFFFF;
}

.subheading {
 font-size:20pt;
 font-family: 'Work Sans', sans-serif;
 font-weight: 700;
 color:#FFFFFF;
}
.body {
 font-size:20pt;
 font-family: 'Work Sans', sans-serif;
 font-weight: 300;
 line-height: 1.5;
 color:#50B3B0;
 text-align: center;
}

.bodywhite {
 font-size:20pt;
 font-family: 'Work Sans', sans-serif;
 font-weight: 300;
 color:#F4F4F4;
 text-align: center;
}
	
body {
    background-color: #3A3A50;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.smallbodygreen { font-size:10pt;
 font-family: 'Work Sans', sans-serif;
 font-weight: 300;
 color:#50B3B0;
 text-align: center;
}
.smallbodywhite { font-size:10pt;
 font-family: 'Work Sans', sans-serif;
 font-weight: 300;
 color:#FFFFFF;
 text-align: center;
}