﻿
body {
    font-family: 'Merriweather', serif;
    font-weight: 400;
}
.SmallText {
    font-size: 10px;
}
.BigText {
    font-weight: bold;
}
h2 {
    font-family: 'Khand', sans-serif;
    font-weight: 500;
}
th {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.whiteBox {
    background: rgba(255,255,255,0.8);
    border-radius: 14px;
    border-width: 2px;
    padding: 2px;
    margin-bottom: 20px;
    min-width: 90%
}
