body {
  margin: 0;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #282129;
  text-align: left;
  background-color: #333333;
}

.jumbotron {
color:#ffffff;
}

.card {
  background-color: #333333;
  border: 1px solid #ffffff;
	color:#ffffff;
}

a, .nav-link {color:#ffcccc !important;}

a:hover, .nav-link:hover {color:#ffcccc !important; text-decoration:underline !important;}

.card-body-1ste {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}