@font-face {
    font-family: 'minecraft';
    src: url(MinecraftRegular-Bmg3.woff2);
}
h1 {
    font-family: "minecraft";
    color: "blue";
    font-size: "100px";

}
h2 {
    font-family: minecraft;
    color: #006600;
    font-size: 18px;
}
h3 {
    font-family: minecraft;
}