body {
    background-image: url(index-images/bg1-edited.jpg);
    background-repeat: repeat;
}

/*========================== TOP SECTION*/
#main { /* container div for the top section*/
    font-family:Helvetica;
    width:900px;
    background-color:#171c2b;
    margin-left:auto;
    margin-right:auto;
    border-style:solid;
    border-color:black;
    border-width:1px;
    text-align:center;
    color: #f0fff8; /*text*/
    margin-top:3%;
    box-sizing:border-box; 
    flex-shrink: 0;
    padding:10px 40px 15px 40px;
}
h1 {
    padding: 0;
    font-size:25px;
    margin-top: 3px;
    margin-bottom:3px;
    color:#8cb4d9;
}

#footer{
    font-family:Helvetica;
    width:200px;
    background-color:#171c2b;
    margin-left:auto;
    margin-right:auto;
    border-style:solid;
    border-color:black;
    border-width:1px;
    text-align:center;
    color: #f0fff8; /*text*/
    margin-top:3%;
    box-sizing:border-box; 
    flex-shrink: 0;
    padding:10px 15px 15px 15px;
}

/* ========================== LINKS*/
a:link {
    color: #49b819; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: #49b819;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #96ea43;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #96ea43;
    background-color: transparent;
    text-decoration: none;
}