@font-face {
    font-family: 'Montserrat';
    src: url('assets/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 1 999;
}

body {
    background: #040404;
    color: #fff;
    padding-top: 30%;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header {
    background: linear-gradient(180deg, #054421, #040404);
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 30vw;
    width: 100%;
    overflow: hidden;
}

h1 {
    color: #1166ee;
    background-image: linear-gradient(to right, #00ff40, #00ff9f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Ensures compatibility */
    font-size: 72px;
    font-weight: bold;
}

header h1 {
    font-size: 8vw;
}

.highlight {
    background-image: linear-gradient(to right, #00ff40, #00ff9f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Ensures compatibility */
    font-size: 72px;
    font-weight: bold;
}

button,
input {
    padding: 5px 10px;
    border-radius: 8px;
    background: #222;
    color: white;
    border: #555 solid 1px;
}

a {
    text-decoration: none;
    color: #1166ee;
}

.card {
    width: 350px;
    border-radius: 16px;
    background-color: #111;
    color: #fff;
    padding: 10px;
    padding-top: 0;
    text-decoration: none;
}

.thumb {
    width: calc(100% + 20px);
    height: 50%;
    max-height: 200px;
    position: relative;
    top: 0px;
    left: -10px;
    border: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.card h2 {
    translate: 0px 2px;
    text-decoration: none;
    color: #fff;
}

.card p {
   color: #999;
   translate: 4px 0px; 
   text-decoration: none;
}