<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li {
  list-style: square inside;
  padding-left: 20px; }

.flex {
  display: flex; }

.wrapper {
  margin: 0 auto;
  padding: 0 5%; }

.inner {
  margin-left: 20px;
  font-size: 1.1rem;
  margin-bottom: 10px; }

span {
  color: red; }

a {
  text-decoration: none;
  color: #fff; }
  a:visited {
    color: yellow; }

.botton {
  margin-top: 10px;
  background-color: #87cefa;
  color: inherit;
  width: 40%;
  height: 30px;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  position: relative; }
  .botton:hover {
    background-color: #00bfff; }
  .botton a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }

.container {
  margin-bottom: 30px; }
  .container h2 {
    margin-bottom: 20px; }

header {
  margin-top: 20px; }
  header ul li {
    font-size: 20px; }
  header #logo {
    width: 50px; }
  header nav {
    padding-bottom: 10px;
    justify-content: space-between;
    margin-top: 20px; }
    header nav p {
      font-size: 20px;
      padding-top: 10px;
      font-weight: bold; }
  header img {
    width: 100%; }
  header .title {
    margin-left: 20px; }

section h2 {
  background-color: #87cefa;
  color: #fff;
  height: 50px;
  padding-top: 10px;
  padding-left: 20px; }

table tr {
  width: 80%; }
  table tr td:last-child {
    border-bottom: 1px solid #add8e6; }
table th {
  width: 20%;
  background-color: #add8e6;
  border-top: solid 1px #fff; }
table td {
  width: 65%;
  padding: 10px;
  border-top: 1px solid #add8e6;
  border-right: 1px solid #add8e6; }

.step {
  width: 10%;
  height: 200px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0 90%);
  background-color: #add8e6;
  text-align: center;
  padding-top: 30px; }

.step-inner {
  width: 80%;
  padding: 10px;
  margin-left: 10px; }

footer {
  color: #fff;
  padding-top: 50px;
  background-color: #778899;
  text-align: center; }
  footer h3 {
    padding-top: 30px; }
  footer h2 {
    padding-top: 0;
    margin-bottom: 10px; }
  footer p {
    padding-bottom: 30px; }
</pre></body></html>