.jumbotron{
padding: 0.5em 0.6em;
color: #ffd95e;
border: 3px;
border-color: #ffd95e;
box-shadow: 1px 1px lightslategrey;
border-style:solid;
text-shadow: darkslategray 0.1em 0.1em 0.1em;
border-radius: 0.75rem !important;
background-color: #000000 !important;
}

.panel{
padding: 0.5em 0.6em;
color: #ffd95e;
border: 3px;
border-color: #ffd95e;
box-shadow: 1px 1px lightslategrey;
border-style:solid;
text-shadow: darkslategray 0.1em 0.1em 0.1em;
border-radius: 0.75rem !important;
background-color: #000000 !important;
}


.btn-outline-success, .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:visited, .btn-outline-success:focus {
    border-color: #8f42f4; background-color: #8f42f4 !important;
}

p {
  color: white;
}

h1, h3, h4, h5, h6 {
  color: white;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #000000;
  background-clip: border-box;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.75rem !important;
}

.bg-dark{
color: #000000;
background-color: #000000 !important;
}

.border {
  border: 2px solid #FFD700 !important;
}
.rounded {
  border-radius: 0.75rem !important;
}

table { border-collapse: collapse; border-spacing: 0; }

th, td {
    padding: 0;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;

    background-color: #010316;
    background-image: url("../img/dkbgmg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;


}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.responsive {
  width: 100%;
  height: auto;
}
