body {
  background-color: #c4c4ca;
}
#copy {
  color: #269995;
  font-size: 1.5rem;
  margin-bottom: 0%;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
  text-shadow: 0.5px 0.5px 0.5px rgb(10, 10, 9);
}
#copy1 {
  color: #737704;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: verdana;
  font-weight: lighter;
  text-shadow: 0.6px 0.6px 0.6px rgb(10, 10, 9);
}
#copy2 {
  color: #256e76;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-shadow: 0.3px 0.3px 0.3px rgb(10, 10, 9);
}
#copy3 {
  color: #256e76;
  font-size: 0.7rem;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-shadow: 0.2px 0.3px 0.3px rgb(10, 10, 9);
}
#copy4 {
  color: #8f7f5d;
  font-size: 0.7rem;
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  text-shadow: 0.3px 0.3px 0.3px rgb(10, 10, 9);
}
.card {
  width: 23%;
  height: auto;
  margin-left: 7px;
  padding: 5px;
  background-color: #fdfdfb77;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -2px #06080077;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #c7ccc7;
}
.card1 {
  width: 28%;
  height: auto;
  background: #fdfdfb77;   
  text-align: justify;
  text-shadow: none;
  margin-left: 5px;
  margin-right: 7px;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 2px 2px 3px -2px #06080077;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #c7ccc7;
}
.card2 {
  width: 23%;
  height: auto;
  padding: 7px;
  background: #fdfdfb77;   
  text-align: justify;
  text-shadow: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 5px 5px 7px -4px rgb(11, 11, 11);
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: solid 1px #c7ccc7;
}
.nav-tabs .nav-link {
  color: #39392b;
  border: solid 0.5px #737704;
  background-color: #ceced8;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
  background-color: #9fc4c2;
}

