html {
    min-height: 100vh;
    background: #940000;
    background: linear-gradient(336deg, rgba(148, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%) fixed;
}

body {
    background: transparent;
    color: white;
    margin: 0;
    padding: 20px;
    min-height: 100vh;
}

* {
    background: transparent;
    color: white;
}

a {
    color: #ff6666;
    text-decoration: none;
}

a:hover {
    color: #ff9999;
    text-decoration: underline;
}

h1 {
    color: #ffffff;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, rgba(148, 0, 0, 0.5), transparent);
}

pre {
    background: transparent;
}

