.hero {
  background-color: #2b3133;
}
.title, .subtitle {
  color: #FFFFFF;
}
.navbar  {
  background-color:  #262626;
}
a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #EEEEEE;
	background-color: transparent;
	text-decoration: underline;
}
#content-wrap {
  padding-top: 3.25rem; /* Bulma’s default navbar height */
}

.card-header-title {
    color: #FFFFFF;
}
.card-content {
    background-color: #262626;
}
#myfooter {
    position: absolute;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #2b3133;
    color: white;
}

.card-header {
    background-color: #2b3133;
}
.card-header-title {
    color: #FFFFFF;
}
.card-content {
    background-color: #262626;
}

.navbar, .box  {
    background-color:  #262626;
}
.table thead {
    background-color:  #2b3133;
}
.table tbody {
    background-color:  #262626;
}
.table th  {
    color: white;
}






