@font-face {
			font-family: Neon;
			src: url('../fonts/Neon.ttf')
			}

body {
        background-color: ivory;
        font-family: "Neon";
    	}

@font-face {
			font-family: KGDefyingGravity;
			src: url('../fonts/KGDefyingGravity.ttf');
			}	

    h1 {
        text-align: center;
        font-family: "KGDefyingGravity";
        font-size: 100pt;
        color: greenyellow;
        background-color: white;
        padding: 40px;
    	margin-top: 0; }

        h2 {
				font-size: 30pt;
				font-family: "Neon";
			}
			p {
				font-size: 20pt;
			}

	a{
			font-family: "Neon";
        	font-size: 20pt;
        	text-decoration: none;
        	padding: 10px 10px;
        	margin: 5px;
        }

		a:link, a:visited {
		    color: silver;
		}
		a:hover, a:active {
		    color: lightsalmon;
		}

		.return_home {
			font-size: 15pt;}

		.return_home:link, .return_home:visited {
		    color: ivory;
		    background-color: silver;
		    border: 4px solid silver;
		    border-radius: 25px;}

		.return_home:hover, .return_home:active {
		    color: lightsalmon;
		    background-color: ivory;
		    border: 4px solid ivory;
		    border-radius: 25px;}

		 .return_ex_2{
			font-size: 15pt;}

		.return_ex_2:link, .return_ex_2:visited {
		    color: ivory;
		    background-color: black;
		    border: 4px solid black;
		    border-radius: 25px;}

		.return_ex_2:hover, .return_ex_2:active {
		    color: lightsalmon;
		    background-color: ivory;
		    border: 4px solid ivory;
		    border-radius: 25px;}