/*
Theme Name: HashStore
Theme URI: https://contohwebsite.com/
Author: Nama Kamu
Author URI: https://contohwebsite.com/
Description: Tema WordPress sederhana dengan Bootstrap 5
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: HashStore
*/

 html, body {
      height: 100%;
      font-family: 'Poppins', sans-serif;
    }
    body {
      display: flex;
      flex-direction: column;
    }
    main {
      flex: 1;
    }
    
.text-orange { color: orange; }
.bg-purple { background-color: indigo; }

.kotak0 { background: linear-gradient(to bottom, #78B7FA, #28EEFC);
 }

.kotak1 { background: linear-gradient(to right, #ff7e5f, #feb47b);
 }
 
.kotak2 { background: linear-gradient(to right, #CDFA89, #00CF56);
 }
 
.kotak3 { background: linear-gradient(to right, #00FCD7, #4B91F3);
 }
 
 .kotak4 { background: linear-gradient(to right, #4A95FF, #5956FC);
 }
 
 .ukuran-tetap {
  width: 300px;
  height: 200px;
  overflow: hidden;
}

.gambar-fade {
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}