body {
    width: 100%;
    margin: 0;
    background-color: #008080;
    color: black;
    font-family: monospace;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
}

.wrapper {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 15px;
}

.sidebar {
    width: 250px;
}

.content {
    width: 750px;
}

.win {
    border: 3px solid #dfdfdf;
    background-color: white;
}

.win-content {
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
}

.win-title {
    background-image: linear-gradient(to right, #000080, #1084d0);
    color: white;
    padding: 2px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li:before {
    content: "→";
    padding-right: 4px;
}

.main-content {
    font-family: sans-serif;
    font-weight: normal;
}

hr {
    color: #c0c0c0;
}

.license {
    font-style: italic;
    font-weight: normal;
    font-family: serif;
    font-size: 11pt;
}
