 body {
      background: #f4f0e6;
      font-family: 'Georgia', serif;
      color: #3e2f1c;
      margin: 0;
      padding: 0;
    }
    header {
      text-align: center;
      padding: 30px 10px;
      background: #d8c7b3;
      border-bottom: 4px double #a98c68;
    }
    header h1 {
      font-size: 36px;
      margin: 0;
    }
    .container {
      max-width: 600px;
      margin: 20px auto;
      padding: 10px;
    }
    a.site-entry {
      display: flex;
      align-items: center;
      background: #fffefb;
      border: 1px solid #d1bfa3;
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 15px;
      box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
      text-decoration: none;
      color: inherit;
      transition: background 0.2s;
    }
    a.site-entry:hover {
      background: #f1e6d6;
    }
.site-entry img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
}
    .rank {
      font-size: 20px;
      font-weight: bold;
      color: #8b5e3c;
      margin-right: 10px;
    }

    @media (max-width: 600px) {
      a.site-entry {
        flex-direction: column;
        align-items: flex-start;
      }


    }
    .filter-bar {
    text-align: center;
    margin: 30px auto;
    padding: 10px;
    background: #efe6d7;
    border-top: 2px solid #cbb897;
    border-bottom: 2px solid #cbb897;
  }
  .filter-bar button {
    background: #d6c3a3;
    border: 1px solid #a98c68;
    color: #3e2f1c;
    font-family: 'Georgia', serif;
    font-size: 16px;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .filter-bar button:hover {
    background: #b99e7c;
    color: white;
    transform: scale(1.05);
  }
  @media (max-width: 600px) {
    .filter-bar button {
      padding: 8px 14px;
      font-size: 14px;
    }
  }
 .site-info h3 {
  margin: 0;
  font-size: 18px;
  color: #5e422e;
  position: relative;
}

.site-info .rating {
  float: right;
  font-size: 16px;
  color: #ff9900;
  margin-left: 350px;
}


