body{
  margin: 0;
  background-image: url("images/coffeebeans.jpeg");
  position: sticky;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#navbar{
  background-color: black;
  opacity: 0.6;
  font-family: monospace;
}
#navbar ul{
  padding:0;
  list-style: none;
}
.content {
  margin: 0 auto;
  text-align: center;
}
#navbar li{
display:inline;
}

#navbar a{
  text-decoration: overline;
  font-size: 25px;
  padding-right: 65px;
  padding-left: 65px;
  color: #FFD700;
  font-weight: bold;
}

.container{
  width:90%;
  margin: auto;
  overflow: hidden;
  font-size: 30px;
}
.container2{
  font-size: 55px;
  width:90%;
  margin:auto;
}
#main-header{
  color: white;
  font-size: 35px;
  font-family: monospace;
}

#main{
  float: left;
  width:100%;
  padding: 0;
  border: border-box;
  color: gold;
}
h1{
  color: white;
  font-family: monospace;
  font-size: 55px;
}
h2{
  color: #FFD700;
  font-family: monospace;
  font-size: 37px;
}

p{
  color: white;
  font-family: monospace;
  font-size: 22px;
}
a{
  color: white;
  font-family:monospace;
}
#main-footer{
color: gold;
position: relative;
width: 100%;
right:0;
left:0;
bottom:0;
padding: 0;
}
.tagline {
  font-size: 30px;
  color: #FFD700;
}
.learnmore {
  font-size: 20px;
  color: white;
  position: left;
}
#second-footer {
  position: relative;
}
table, th, td{
  border: 1px solid yellow;
}
th {
  text-align: left;
}
td{
  color: white;
  font-family: monospace;
}
#title {
  font-size: 40px;
}
