@font-face {
    font-family: "Papyrus";
    src: url(./PAPYRUS.TTF) format("truetype");
}

div.papyrus { 
    font-family: "Papyrus", Verdana, Tahoma;
    font-size: 2.4em;
    color: white;
    font-weight: 700;
    padding: 12px;
    width: 100%;
    /*border: 1px red dotted;*/
}
</style>
