body {
    background-image: url("../images/sun-flower-sky.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto 0;
}

.nav {
  background-color: #ddb02f;
  opacity: 0.8;
  list-style-type: none;
  text-align: center; 
  padding: 0;
  margin: 0;
}

.nav li {
  opacity: 1.0;      
  display: inline-block;
  font-size: 32px;
  padding: 40px;
  font-family: sans-serif;
  font-weight: bold;
  color: black;
}

a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: none;
}

/* selected link */
a:active {
  color: black;
  text-decoration: none;
}
 
.homePage {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 20px;
    width: 960px;
    background-color: #fff;
    border-radius: 25px;
    border: none;
    
} 
/*logo*/
.front-image {
    vertical-align: top;
    position: fixed;
    z-index: 1;
    margin: 20px 0 0 100px;
    width: 350px;    
}