/* may need to change to only certain headers
the ones in windows had WAY too much space */
h4{
    margin-top:10px;
    margin-bottom:5px;
}
/* Mostly for the background */
body {
    background-image: url('../assets/bliss.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* used to leave room to scroll, been adjusted a few times */
    padding-bottom: 20%;
}
/* For the text in the Command Prompt style .window */
pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* Tweaks for the windows that counter the imported default botoxparty options */
.window {
    margin: auto;
    margin-top: 30px;
    width: 400px;
    max-width: 80%;
}
/* Could be made to be specific to tables in windows */
td{
    vertical-align: top;
    padding-bottom: 5px;
}
th {
    text-align: left;
    text-decoration: underline;
}
.check-text{
    font-weight: bold;
}
/* making buttons right aligned */
.right{
    justify-content: flex-end;
}
