<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    font-family: helvetica, sans-serif;
  }

  table {
    margin-left: auto;
    margin-right: auto;
  }
  
  a {
    text-decoration-line: none;
    color: black;
    font-family: helvetica, sans-serif;
  }
  footer {
  bottom: 0;
  font-family:roboto, sans-serif;
  border-top: 1px solid #ddd;
  color: rgb(212, 206, 206);
  padding: 10px 0;
  }
  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 1px 0 rgba(0,0,0,.04);
  }
  
  .home {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  * {
    box-sizing: border-box;
    font-family: helvetica, sans-serif;
  }
  
  a {
      text-decoration-line: none;
      color: black;
      font-family: helvetica, sans-serif;
    }
  .home {
      margin-left: 10px;
      margin-top: 10px;
      font-size: 14px;
    }  
  
  .column img {
  border-radius: 8px;
  max-width: 200px;
  min-width: 200px;
  max-height: 285px;
  min-height: 285px;
  }

  td img {
    border-radius: 8px;
    max-width: 200px;
    min-width: 200px;
    max-height: 285px;
    min-height: 285px;
  }
  
  .column, td {
    margin-top: 20px;
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
    margin-bottom: 30px;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  input[type=text] {
    width: 0;
    box-sizing: border-box;
    /* border: 2px solid #ccc; */
    font-size: 16px;
    float: right;
    background-image: url("https://i.ibb.co/XXcfx44/search-interface-symbol-1.png");
    background-size: 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: none;
  }
  
  input[type=text]:focus {
    width: auto;
    position: sticky;
    outline : none;

  }

  #myInput {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 10px 12px 12px 40px;
    border: none;
    border-radius: 8px;
  }
    
  .name {
  display: none;
  }
  
  button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  
  }
  
  li {
    float: left;
    text-decoration-line: none;
    padding-right: 10px;
  }
  
  li a {
    text-decoration-line: none;
    color: black;
    font-family: helvetica, sans-serif;
  }
  .footer {
    font-family: 'Noto Sans', sans-serif;
  }

  .topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.04), 0 1px 0 rgba(0,0,0,.04);
  }
  
  @media only screen and (max-width: 768px) {
  
    .column img {
      max-width: 100%;
      min-width: 100%;
      max-height: 100%;
      min-height: 100%;
      height: 160px;
  }
  td img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 160px;
  }
  }
  
  .topnav {
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  
  .topnav a {
    float: left;
    text-align: center;
    padding: 14px 16px;
  }
  
  .topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @media screen and (min-width: 6000px) {
    .topnav a {
      float: none;
      display: block;
    }
    
    .topnav-centered a {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
    }
  }</pre></body></html>