<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: rgb(252, 234, 236);
  font-family: sans-serif;
  line-height: 1;
}

header {
  border-radius: 30px;
  padding: 10px;
  line-height: 1px;
}

header h1 {
  color: grey;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  text-align: center;
  font-weight: bold;
  margin: 40px;
}
header h2 {
  color: grey;
  border-radius: 15px;
  text-align: center;
  line-height: 2;
}
header h3 {
  color: grey;
  border-radius: 15px;
  text-align: center;
  padding: 10px;
}

h5 {
  text-align: center;
  margin: 0;
}
.types {
  list-style: none;
  font-size: 15px;
  line-height: 2;
}

main {
  color: grey;
  line-height: 2;
  padding: 10px;
  text-align: center;
}

main h2 {
  text-align: center;
}

.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.box {
  background-color: rgb(188, 253, 247);
  opacity: 0.7;
  color: blueviolet;
  font-size: 24px;
  padding: 20px;
  border-radius: 8px;
}

img {
  filter: hue-rotate (268deg) sepia (100%) saturate (300%);
  display: flex;
  width: 75%;
  border-radius: 30px;
  border: 2px solid pink;
  margin: 20px;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}

.card {
  background: white;
  color: grey;
  margin: 20px 0;
  border-radius: 15px;
  padding: 30px;
  border: 2px solid rgb(93, 132, 215);
}

.card-ul {
  list-style: none;
  display: block;
}
.card-body {
  padding: 20px;
  color: grey;
}

.card-footer {
  padding: 0 30px 30px;
  background-color: rgb(211, 225, 248);
  opacity: 0.8;
  color: grey;
  border-radius: 30px;
}

p {
  color: grey;
  line-height: 2;
  text-align: center;
  font-size: 15px;
}

.bruid {
  padding: 30px;
}

section {
  padding: 10px;
  background: rgb(144, 227, 214);
  opacity: 0.7;
  border-radius: 15px;
  text-align: center;
  line-height: 1;
}

section h4 {
  text-align: center;
  color: rgb(93, 132, 215);
}

section h2 {
  color: rgb(93, 132, 215);
  text-align: center;
}

section h1 {
  background-color: blueviolet;
  opacity: 0.7;
  color: whitesmoke;
  text-align: center;
  border: 2px solid whitesmoke;
  border-radius: 10px;
  border: 1px solid whitesmoke;
}

section h3 {
  color: rgb(93, 132, 215);
  text-align: center;
}

section h5 {
  color: blueviolet;
  font-style: italic;
}

.link {
  font-size: smaller;
  text-align: center;
}

.nav {
  background-color: rgb(211, 225, 248);
  opacity: 0.7;
  color: azure;
  font-size: 15px;
  padding: 30px auto;
  border-radius: 5px;
  border: 1px solid blueviolet;
  text-align: center;
  margin-top: 15px;
}

link {
  text-decoration: none;
}

td {
  border-top: 1px solid lightgray;
}

th {
  color: blueviolet;
  font-weight: bold;
}

.key {
  font-weight: bold;
}

.embed-responsive {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  aspect-ratio: 21 / 9;
}

td {
  border-top: 1px solid lightgray;
  height: 70%;
}

thead {
  font-size: smaller;
  height: 70%;
}

.contact {
  background-color: white;
  color: grey;
  font-style: italic;
  line-height: 2;
}

.field {
  border: 1 solid rgb(144, 227, 214);
  border-radius: 20px;
  margin: 5px;
}

.learn {
  background-color: aquamarine;
  border: 1 solid pink;
  border-radius: 20px;
}

@media (max-width: 900px) {
  header {
    padding: 60px 0;
  }

  header h2 {
    font-size: 20px;
  }

  header p {
    font-size: 15px;
  }

  header h3 {
    font-size: 12px;
  }

  .section {
    background-color: pink;
  }

  .boxes {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    background: none;
    padding: 5px;
    font-size: 15px;
    justify-content: center;
  }

  .box {
    background-color: whitesmoke;
    column-gap: 10%;
  }

  header {
    padding: 60px 0;
  }

  .types {
    display: list-item;
    text-align: center;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .gridFooter {
    grid-template-columns: 1fr;
    padding: 5px;
  }

  .nav {
    display: grid;
    padding-left: 10px;
  }

  .tableEva {
    overflow-x: auto;
  }
  .responsive-table {
    overflow-x: auto;
  }
}
</pre></body></html>