@font-face {
	font-family: 'Practice-font'; 
	src: url( fonts/Practice-font-Mono.otf); 
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header {
    background-image:url('images/101.gif');
    background-repeat:repeat;
    color: #86c232;
    padding: 20px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 100px;
    font-family: 'Practice-font';
}

nav {
    display: flex;
    justify-content: center;
    background-color: #222629;
    padding: 10px 0;
}

nav a {
    color: #86c232;
    margin: 0 15px;
    text-decoration: none;
    font-size: 18px;
}

nav a:hover {
    text-decoration: underline;
}

footer {

    background-color: #474b4f;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}