@font-face {
    font-family: 'TFForever-Regular';
    src: url('../font/TFForever-Regular/TFForever-Regular.woff') format('woff'),
         url('../font/TFForever-Regular/TFForever-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

#judul-fsms
{
    font-family: "TFForever-Regular";
    font-size:20px;
    font-weight:bold;
    color:#002c76;
    text-align: center;
}
#subjudul-fsms
{
    font-family: "TFForever-Regular";
    font-size:10px;
    font-weight:bold;
    color:#002c76;
    text-align: center;
}
#png{
    width:50%;
    margin: 0 auto; /* This will center the image horizontally */
    display: block;
    margin-bottom: 10%;
}