body {
            background-color: #8cc740;
    font-family: Roboto Mono;
}


.header {
    font-size: 30px;
    padding: 18px;
}

/*.about.html {
    color:gold;
}*/

.header a {
/*    color: indianred;*/
        color: black;
    font-size: 30px;
    text-decoration: none;
    padding-right: 30px;
}


a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: floralwhite;
}

/* selected link */
a:active {
  color: floralwhite;
} 



.container {
    width: 1400px;
    height: 1300px;
/*    color: gold;*/
/*    color: black;*/
}



/*INDEX.HTML*/

.container2 {
    font-size: 24px;
    line-height: 34.25px;
/*    color: black;*/
    /*    color: gold;*/

    padding-left: 18px;
    color: floralwhite;

    width:
        /*    height: 1000px;*/
        /*    text-decoration: none;*/
}

.container2 a {
/*    color: gold;*/
       color: floralwhite;
    text-decoration: none;
}



.container2 a:link {
  color: floralwhite;
}

/* visited link */
.container2 a:visited {
  color: floralwhite;
}

/* mouse over link */
.container2 a:hover {
  color: black;
}

/* selected link */
.container2 a:active {
  color: black;
} 








/*FOOTER*/
.footer {
    font-family: Roboto mono;
    position: fixed;
    padding-left: 18px;
    bottom: 18px;
    width: 100%;
    font-size: 12px;
/*    color: gold;*/
     color: black;
}