body{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.t-hitam{
    color: #3F3F3F;
}

.t-putih{
    color: #ffffff;
}

.t-orange{
    color: #FF8F00;
}

h1, h2, h3, h4, h5, h6 span{
    font-family: 'Merriweather', serif;
    font-weight: bold;
}

p, a, ul, li{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1pt;
}

a{
    text-decoration: none;
}

.t-bold{
    font-weight: bold;
}
