body {
  margin: 0;
  padding: 0;
  background-color:black !important;
  color:white !important;
  background:url(img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size:20px !important;
}

h1, h2, h3, h4, h5, h6 {
  color: white !important;
}

.limegreen {
  color: limegreen !important;
}

.customcard {
  background-color: rgba(10, 10, 10, 0.7) !important;
  color:white !important;
  border:0 !important;
  border-radius:10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  padding:15px;
}

.button_green {
  background-color: #0e7501;
  color: white;
  border: none;
  padding: 6px 10px 8px 10px;
  text-align: center;
  text-decoration: none;
  border-radius:5px;
}

.button_green:hover {
  background-color: #14A801;
  color: white;
  text-decoration: none;
  transition-duration: 500ms;
}

.nav-link:hover {
  color: white !important;
  transition-duration: 500ms;
  background-color:#0e7501 !important;
  padding:5px;
  border-radius:10px;
}