body {
    height: 100%;
    width: 100%;
    font-size: 22px;
}

button {
    outline: 0px !important;
}

img {
    max-width: 100%;
}


.cta, .cta:hover {
	display: inline-block;
	margin-top: 40px;
	padding: 0.75rem 1.5rem;
	background-color: #6B63FF;
	color: white;
	border-radius: 0.5rem;
	text-decoration: none;
	font-weight: 600;
}

.jumbo, .jumbo-wumbo, .jumbo-mumbo {
    font-family: Lato, sans-serif !important;
    font-weight: 900 !important;
    font-size: 48px !important;
    line-height: 52px !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

.jumbo-wumbo, .jumbo-mumbo {
    font-size: 60px !important;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #b346ff;
}

.jumbo-mumbo {
    font-size: 48px !important;
}

.jimbo, .timbo, .mimbo {
    font-family: Lato, sans-serif !important;
    font-weight: 400 !important; 
    font-size: 24px !important;
    line-height: 30px !important;
}

.timbo {
    font-size: 32px !important;
    line-height: 36px !important;
}

.mimbo {
    font-size: 18px !important;
    line-height: 24px !important;
}

.timbo a, .mimbo a {
    font-weight: 800;
    color: #4a47a3;
}

.bumped {
    padding-left:160px;
    padding-right:160px;
    padding-top:40px;
    padding-bottom:40px;
}

.group {
    height:100%;
    width:100%;
    display:table;
}

.group-cell {
    vertical-align:middle;
    height:100%;
    display:table-cell;
    padding: 20px;
}

.help li::marker, .checked li::marker, .clipboard li::marker {
    font-family: "Bootstrap-icons";
    font-size: 24px;
}

.help li::marker {
	content: "\F26D";
}

.checked li::marker {
	content: "\F26C";
}

.clipboard li::marker {
	content: "\F71B";
}

li {
	margin-bottom: 10px;
	padding-left: 10px;
}

a {
	text-underline-offset: 6px;
	text-decoration: underline;
	text-decoration-color: #000;
	color: #6B63FF;
	font-weight: 600;
}

a:hover {
	text-decoration-color: #6B63FF;
	color: #000;
}


@media (max-width: 480px) {
    .bumped {
        padding-left:10px;
        padding-right:10px;
    }

    .jumbo, .jumbo-wumbo {
        font-size: 32px !important;
        line-height: 56px !important;
    }

    .jumbo-mt {
        margin-top: 30px !important;
    }
}

@media (max-width: 768px) {
    .bumped {
        padding-left:40px;
        padding-right:40px;
    }

    .jumbo {
        font-size: 38px !important;
        line-height: 44px !important;
    }

    .jumbo-wumbo {
        font-size: 48px !important;
        line-height: 54px !important;
    }

    .group-cell {
        padding: 0px;
    }
}

@media (max-width: 1024px) {
    .bumped {
        padding-left:40px;
        padding-right:40px;
    }
}