@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';
}

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

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

.highlight {
    background-image: linear-gradient(to right, #004cff, #00d2ff);
    -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;
}