
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;500;700&display=swap');


li {
    color: chartreuse; 
}

a {
    color: rgb(0, 255, 170);
}

body {
    background-color: rgb(0, 0, 0);
    margin: 0;
    font-family: 'Readex Pro', sans-serif;
}



.navbar {
    color: chartreuse; 
    font: 'Readex Pro'; 
    padding: 1em;

    
}

.logo {
    text-decoration: none;
    font-weight: 700;
    color: forestgreen;
    font-size: 1.2em;
    
    .span {color: rgb(185, 185, 185);}
    
}

a:link {color: #00FF00;}      /* unvisited link */
a:visited {color: #00FF00;}  /* visited link */
a:hover {color: #FFFFFF;}  /* mouse over link */
a:active {color: #00FF30;}  /* selected link */  


h3 {color: rgb(185, 185, 185);
    font: 'Readex Pro'; 
    padding: 1em;
}

h4 {color: rgb(35, 177, 0);
    font: 'Readex Pro'; 
    padding: 1em;
}

P {color: rgb(185, 185, 185);
    font: 'Readex Pro';
}

h6 {color: rgb(185, 185, 185);
    font: 'Readex Pro';
}

h1 {color: rgb(14, 82, 0);
    font: 'Readex Pro';