﻿:root {
    --primary-gradient: #3c8cb2;
    --secondary-gradient: #1b4771;
}

body {
    font-size: 2.5rem;
}

.text-justify {
    text-align: justify;
}


h5 {
    font-size: 3rem;
}

.btn-lg {
    font-size: 2.25rem;
    background: var(--secondary-gradient) !important;
    box-shadow: none !important;
}