@font-face {
    font-family: "Norwester";
    src: url('../font/norwester.otf')  format("opentype");
}
.camoverlay {
    position: relative;
    display: inline-block;
    font-size: 120%;
    color: red;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    top: -40px;
    /*
    *  Styling only, the below can be changed or removed
    *  depending on your use case
    */
    height: 20px;
    padding: 10px 10px;
}