<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #0d142b;
    color: #fafffa;
  }

  #email {
    background: #f3f3f3;
    box-shadow: 10px 10px 50px #c2c2c2;
    color: #0d142b;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    border-radius: 10px;
  }
  
  .btn {
    background: #c8ea09;
    box-shadow: 10px 10px 50px #516907;
    color: #0d142b;
    font-family: monospace;
    border-radius: 30px;
  }

  a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #abfa54;
  }

  .product ol{
    list-style: none;
    padding-left: 0px;
  }

  img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
  }

  h2 {
    color: #abfa54;
  }

  footer ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0px;
  }

  nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
  }

  #pricing {
    margin-top: 20px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .product-title {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30pt;
  }

  #amazing {  
    color: #e6e220;
    background: #605f24;
    border: 2px solid #2b2a15;
    width: 270px;
    height: 200px;
    box-shadow: 10px 10px 50px #2b2a15;
    border-radius: 20px;
  }

  #super {  
    color: #e69720;
    background: #5c431e;
    border: 2px solid #362710;
    width: 270px;
    height: 200px;
    box-shadow: 10px 10px 50px #362710;
    border-radius: 20px;
  }
  
  #best {  
    color: #e63e20;
    background: #651e11;
    border: 2px solid #37120c;
    width: 270px;
    height: 200px;
    box-shadow: 10px 10px 50px #37120c;
    border-radius: 20px;
  }

  #amazing h2 {  
    color: #e6e220;
  }
  
  #super h2 {  
    color: #e69720;
  }
  
  #best h2 {  
    color: #e63e20;
  }

  #header {
    display: flex;
    gap: 1110px;
  }

  #features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-right: 10px;
    margin-left: 10px;
  }</pre></body></html>