    @font-face {
        src: url(gadugi.ttf);
        font-family:Gadugi;
        }
     @font-face {
        src: url(RobotoMono-Regular.ttf);
        font-family:Robo5;
    }
        h1 {
            font-family: Gadugi;
            font-weight: 800;
            text-decoration: bold;
            margin: 95px 35px 65px 105px;
        }
        h2  {
            font-family: Gadugi;
            font-weight: 600;
            text-decoration: bold ;
            margin:40px 0px 13px 80px;
        }

        p   {margin: 7px 43px 7px 45px;
            font-family: Robo5;
            font-size:  21px;
            line-height: 26px;
            text-indent:21px;}

        a   {
            text-align: center;
            font-family: Gadugi;
            font-size:  23px;
            line-height: 26px;
            }

    	footer
    	    {
    	    margin: 35px;
    	    font-family: serif;
    	    font-size : 19px;
    	    text-indent: 83px;
            }
    
