body {
    color: black;
    font-size: 20px;
    background-color: black;
}

h2 {
  /*Title*/
    color: white;
    margin-left: 20px;
    font-weight: bold;
}

h3 {
  /*Description*/
    color: white;
    margin-left: 20px;
    font-size: 15px;
    text-align: center;
}

h4 {
  /*Created By*/
    color: white;
    margin-left: 20px;
    font-size: 12px;
    text-align: center;
}

h6 {
  
    color: white;
    margin-left: 20px;
    font-size: 12px;
    text-align: center;
}

modalTitle{
  
  color: black;
  font-size: 25px;
  
  
}

modalBody{
  
  color: black;
  font-size: 15px;
  
  
}