html {
    background-color: #222222;
    color: white;
    font-size: large;
    font-family: monospace;
    word-wrap: break-word;
}
/* body {
    background-color: #222222;
    color: white;
    font-size: large;
    font-family: monospace;
    word-wrap: break-word;
} */
input {
    font-family: monospace;
    font-size: large;
    background-color: #111111;
    color: white;
}
input[type="button"] {
    font-size: xx-large;
}
legend {
    font-size: xx-large;
}
fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
}
textarea {
    box-sizing: border-box;

    font-family: consolas, monospace;
    resize: vertical;
    width: 100%;

    font-size: medium;

    background-color: #111111;
    color: white;
}
a:link {
    color: cyan;
}
a:visited {
    color: magenta
}

.centered {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.underline {
    text-decoration: underline;
}
.p1display {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 6vw;
    font-weight: bold;
}
.inline-image {
    display: inline-block;
    vertical-align: middle; /* Align the image vertically with the text */
    margin-right: 8px; /* Add some space between the image and the text */
    margin-left: 8px;
    height: 16px;
    width: auto;
}
