* {
    box-sizing:content-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f5f7fa;
}

h1 {
    text-align: center;
    color: #222;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: #3d3232;
    line-height: 1.4;
    font-weight: bold;
    transition: 0.3s;
}

a:hover {
    color: rgb(184, 128, 55);
}

ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill , minmax(350px,1fr));
    max-width: 900px;
    padding: 0;
    margin: 20px auto;
    gap: 20px;
}

ul li {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 15px 15px 50px;
    transition: transform 0.3s ease;
    position: relative;
    border: 1px solid #ddd;
}

ul li:hover {
    transform: scale(1.06);
}


.des {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.header {
    display: flex;
    justify-content: space-between;
    background-color: #6C757D;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #eee;
}

img {
    width: 100%;
    margin-bottom: 10px;
}

.source {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
}

 /* Loader */

 
@keyframes ldio-x2uulkbinbj {
    0% { transform: translate(12px,80px) scale(0); }
   25% { transform: translate(12px,80px) scale(0); }
   50% { transform: translate(12px,80px) scale(1); }
   75% { transform: translate(80px,80px) scale(1); }
  100% { transform: translate(148px,80px) scale(1); }
 }
 @keyframes ldio-x2uulkbinbj-r {
    0% { transform: translate(148px,80px) scale(1): }
  100% { transform: translate(148px,80px) scale(0); }
 }
 @keyframes ldio-x2uulkbinbj-c {
    0% { background: #e15b64 }
   25% { background: #abbd81 }
   50% { background: #f8b26a }
   75% { background: #f47e60 }
  100% { background: #e15b64 }
 }
 .ldio-x2uulkbinbj div {
   position: absolute;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   transform: translate(80px,80px) scale(1);
   background: #e15b64;
   animation: ldio-x2uulkbinbj 1s infinite cubic-bezier(0,0.5,0.5,1);
 }
 .ldio-x2uulkbinbj div:nth-child(1) {
   background: #f47e60;
   transform: translate(148px,80px) scale(1);
   animation: ldio-x2uulkbinbj-r 0.25s infinite cubic-bezier(0,0.5,0.5,1), ldio-x2uulkbinbj-c 1s infinite step-start;
 }.ldio-x2uulkbinbj div:nth-child(2) {
   animation-delay: -0.25s;
   background: #e15b64;
 }.ldio-x2uulkbinbj div:nth-child(3) {
   animation-delay: -0.5s;
   background: #f47e60;
 }.ldio-x2uulkbinbj div:nth-child(4) {
   animation-delay: -0.75s;
   background: #f8b26a;
 }.ldio-x2uulkbinbj div:nth-child(5) {
   animation-delay: -1s;
   background: #abbd81;
 }
 .loadingio-spinner-ellipsis-nq4q5u6dq7r {
   width: 200px;
   height: 200px;
   display: inline-block;
   overflow: hidden;
   background: none;
 }
 .ldio-x2uulkbinbj {
   width: 100%;
   height: 100%;
   position: relative;
   transform: translateZ(0) scale(1);
   backface-visibility: hidden;
   transform-origin: 0 0; /* see note above */
 }

.ldio-yzaezf3dcmj div { 
    box-sizing: content-box;
 }

