*:not(head) {
    margin: 0.5em;
    padding: 0.5em;

    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */

}

body {
    background: black;
    color: #00ae74;
    font-family: 'Segoe UI', sans-serif;
}

a {
    color: #79c0ff;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}

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

.worker {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: left;
    margin: 2em;
    padding: 1em;
    border-radius: 1em;
    background-color: rgb(40, 40, 40);
    min-width: 25em;
}

.worker p {
    margin: 0.1em;
}