.container {
  width: 100%;
  height: 1500px;
  margin-top: 30px;
  display: grid;
  background-color: rgb(48, 46, 46);
}





body {
  background-color: rgb(48, 46, 46);
  
}

.cactus{
  padding-bottom: 0%;
}

#contactHead{
  font-size: xx-large;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
}


#navName{
  font-size: 30px;
  color: white;
 
}

.bgCard{
  background-color: black;
}


.titleCard{
  color:white;
}





#inputName{
  color:white;
  padding-bottom: 20px;
  font-size: large;
  padding-top: 20px;
 

}
#textName{

  padding-bottom: 30px;
  
  
}

#Submit{
  margin-top: 30px;
  
}

#textMessage{
  height:100px;
  width:300px;
  
   
}

#navTab{
  color:white;
}
#listname {
  color: white
}

.list-group-item {
  padding-bottom: 20px;
}

.card-text {
  color: white;
}