@font-face{
    font-family:"P";
    src:url("https://youbeget.com/system/fonts/PoiretOne-Regular.ttf");
}
@font-face{
    font-family:"S";
    src:url("https://youbeget.com/system/fonts/SilveradoPersonalUseRegular-ALl36.ttf");
}
*{
    margin:0px;
    padding:0px;
}
html{
    font-family:"Calibri",sans-serif;
    height:200%;
    width:100%;
}
h1{
    color:navy;
    font-family:"P",sans-serif; 
    font-size:80px;
    padding-top:1%;
    text-align:center;
}
footer{
    background-color:#49a2e1;
    bottom:0px;
    color:#fff;
    font-size:12px;
    height:20px;
    /*margin-top:30px;*/
    padding:1%;
    position:fixed;
    width:98%;
}