.elementor-2175 .elementor-element.elementor-element-b66d775{text-align:center;}/* Start custom CSS for html, class: .elementor-element-f46773b */body {
  background: #c0d2d4;
  color: #555;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 90%;
  max-width: 100%;
  text-align: left;
}
table .center {
  text-align: center;
}

th,
td {
  padding: 0.5rem;
  vertical-align: top;
}

th {
  text-align: inherit;
}

thead th {
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: 2px solid #b5ede7;
}

td {
  border-top: 1px solid #caf2ed;
}

.dictionary {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 4rem auto;
  max-width: 90%;
}


.dictionary > .term {
  text-align: center;
  max-width: 20rem;
  margin-bottom: 3rem;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.dictionary > .term:hover {
  -webkit-transform: scale(1.01) translateY(-4px);
          transform: scale(1.01) translateY(-4px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 3px 10px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
}

.dictionary > .term > dt {
  margin-bottom: 1rem;
}

dt {
  color: #2EC2B0;
  line-height: 1;
}
dt span {
  font-size: 200%;
  font-weight: 900;
}

dd {
  font-size: 92.5%;
  margin-left: 0;
}

dd dt {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: inherit;
}

dd dl {
  font-size: 90%;
  margin: 1rem auto 0 auto;
  letter-spacing: 0.33px;
  max-width: 15rem;
}

strong {
  color: #2EC2B0;
}

dd dl .term {
  margin-bottom: 1rem;
}

dd strong {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

a {
    color: #000;
    text-decoration: underline !important;
}


a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: underline !important;
}/* End custom CSS */