/*Stylesheet developed for Nadir Tharani by Lateral Labs in Decemeber 2022*/
/*For more information about these stylesheet, contact hello[at]lateral.co.tz*/

@font-face {
    font-family: 'AsapRegular';
    src: url('fonts/Asap-Regular-webfont.eot');
    src: url('fonts/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Asap-Regular-webfont.woff') format('woff'),
         url('fonts/Asap-Regular-webfont.ttf') format('truetype'),
         url('fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 50px;
 font-family: sans-serif;
 background-color: #252125;
 text-align: center;
}

h1 {
    color: #00b0ed;
}

h2 {
    color: #FFFFFF;
}

h2 a {
    color: white;
    text-decoration: none;
}

h3 a {
    color: white;
    text-decoration: none;
}

table {
    margin-left: auto;
    margin-right:auto;
}

.center {
    margin: auto;
    padding: 10px;
}

