﻿
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,51,120,1) 100%);
    font-family: Montserrat, sans-serif;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #2d2d2d;
    background-color: #eee;
}
.maintitle {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 18px;
}
.subtitle {
    font-size: 36px;
    color: #ffffff;
    margin-bottom:10px;
}
.site-text {
    font-size: 16px;
    
}
    .site-text.light {
        color: #ffffff;
    }
    .site-text.dark {
        color: #04004E;
    }
    .site-text.small {
        font-size: 12px;
        color: #ffffff;
    }
table.center {
    margin-top: 80px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.block {
    background-color: #fff;
    color: #04004E;
    margin-bottom:20px;
}
.br12{
    border-radius:12px;
}
.p12{padding:12px;}
a {
    color: #04004E;
}
    a:hover {
        color: #04004E;
    }