@font-face {
    font-family: "BMHannapro";
    src: url(fonts\BMHANNAPro.ttf) format("truetype");
}

h1{
    font-family: BMHannapro;
    color:rgb(255, 255, 255)
}

body{
    background-image: url(RedBackground.png);
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
    }

