html {
    min-width: 100%;
    min-height: 190%;
    color: #0f0222;
    font-family: system-ui;
}
body {
    background-image: url('buckz.gif');
    background-blend-mode: screen;
    background-position: top center;
    background-color: rgb(165, 77, 248);
    height: 100vh;
    background-size: cover;
}
button {
    background-image: url("granbutton.png");
    background-blend-mode: overlay;
    background-color: rgb(212, 177, 244);
    border-radius: 8px;
    border-color: blueviolet;
}
marquee {
    display: inline-block;
    width: -webkit-fill-available;
}
#kms {
    position: absolute;
    bottom: -450;
    right: 600;
}
quote {
    text-align: center;
    position: absolute;
    bottom: -100;
}
#left {
    text-align: center;
    font-family: Arial;
}