@font-face {font-family:"SegoeBold";
    src: url("segoeuib.ttf");
}
@font-face {font-family:"SegoeRegular";
    src: url("segoeui.ttf");
}
body{background-color: #0166AE;}

h1 {font-family: SegoeBold;
    color : #0166AE;}

h2 {font-family: SegoeBold;}

p {font-family: SegoeRegular;}


