    @font-face {
        src: url(../gadugi.ttf);
        font-family:Gadugi;
        }
     @font-face {
        src: url(../RobotoMono-Regular.ttf);
        font-family:Robo5;
    }
        h1 {
	    color: white;
            font-family: Gadugi;
            font-weight: 820;
            text-decoration: bold;
            margin: 95px 35px 65px 105px;
        }
        h2  {
	    color: white;
            font-family: Gadugi;
            font-weight: 610;
            text-decoration: bold ;
            margin:8px 0px 8px 80px;
        }

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

        a   {
	    color: white.
            margin: 7px 51px;
            text-align: center;
            font-family: Gadugi;
            font-size:  23px;
            line-height: 26px;
            }

    	footer
    	    {
	    color: yellow;
	    margin: 88px 43px 36px 47px;
    	    font-family: serif;
    	    font-size : 18px;
    	    text-indent: 8px;
            }
    
