html {
    min-height: 100vh;
}

body {
    background-image: url("/assets/Bliss.bmp");
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    min-height: 100vh !important;
}

.windows-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar-link:hover {
    color: white;
}

.title-bar-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list {
    padding-left: 20px;

    li {
        list-style-type: '•  ';
    }

    ::marker {
        color: blue;
    }
}

.credits {
    padding-left: 20px;

    li {
        list-style-type: '♡  ';

        div {
            font-size: small;
        }
    }

    ::marker {
        color: red;
    }
}


.honorables {
    padding-left: 20px;

    li {
        list-style-type: '- ';

        a {
            font-size: small;
        }
    }
}

main {
    padding-left: 20px;
}

header {
    padding-left: 20px;
}

footer {
    p {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}