*:not(head, html, body, b, a) {
    margin: 0.3em;
    padding: 0.3em;

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

}

body {
    background: black;
    color: #aaa;
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
}

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

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

.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;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    color: #00ae74;
}

h2 {
    font-weight: normal;
    color: #00ae74;
}

/* h3 {
    font-weight: normal;
    color: #aaa;
}

h4 {
    font-weight: normal;
    color: #aaa;
}

h5 {
    font-weight: normal;
    color: #aaa;
}

h6 {
    font-weight: normal;
    color: #aaa;
} */

.name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4em;
}

.slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}