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


.container {
    width: 100%;
    height: 100%;
    /*        color: gold;*/
}


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


.container2 {
    font-size: 24px;
    line-height: 34.25px;
    color: black;
    padding-left: 18px;
    /*    color: gold;*/
    width:
        /*    height: 1000px;*/
        /*    text-decoration: none;*/
}


.container2 a {
    color: black;
    text-decoration: none;
}


a:link {
    color: black;
}

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

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

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






.Pontiac {
    display: flex;
    margin-top: 25px;
    margin-left: 25px;
}


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