
nav ul li a { 
    display: flex;
    background-color:beige;
    font-size: 1em;
    font-family: monospace;
    line-height: 1.5em;
    margin: 30 px; 
    justify-content:space-between;
    align-items:flex center;
    flex-basis:1;
     } 

@import url('https://fonts.googleapis.com/css?family=K2D:400,500');
@font-face {
    font-family: 'K2D', sans-serif;
    src: url ("KD227px-regular-webfont.woff2") format ("woff2"),
         url ("KD227px-regular-webfont.woff") format ("woff");
    
}

    

h1 {font-size: 1.17em;
    margin: 0,auto;
    font-weight: 200;
    color: blueviolet;
    font-size:2em;
    font-family: monospace;
    line-height: 1.5em;
    margin: 30 px; 
    justify-content: center;
    
    
}
h2 {font-size: 1.19em;
    margin: 0,auto;
    font-weight: 100;
    color: blueviolet;
    font-size:2em;
    font-family: monospace;
    line-height: 0.5em;
    margin: 30 px; 
    justify-content: center;
    
}
h3 {font-size: 1.20em;
    margin: 0,auto;
    font-weight: 100;
    color: blueviolet;
    font-size:1em;
    font-family: monospace;
    line-height: 0.2em;
    margin: 30 px; 
    justify-content: center;
    
}
h4 {font-size: 1.20em;
    margin: 0,auto;
    font-weight: 150;
    color: blueviolet;
    font-size:1em;
    font-family: monospace;
    line-height: 0.2em;
    margin: 30 px; 
    justify-content: center;
    
}
h5 {font-size: 1em;
    margin: 0,auto;
    font-weight: 150;
    color: blueviolet;
    font-size:1em;
    font-family: monospace;
    line-height: 0.1em;
    margin: 30 px; 
    justify-content: center;
    
}
p { font-size: 1em;
    margin: 0,auto;
    font-weight: 150;
    color: black;
    font-size:1em;
    font-family: monospace;
    line-height: 1em;
    margin: 30 px; 
    justify-content: center;
    
}

