@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    background: #ffdd35;
    color: #000;
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: .0625em;
}

code,
pre {
    background-color: #000;
}

code {
    height: max-content;
    color: #ffdd35;
    padding: 3px 10px;
}

pre {
    margin-top: 20px;
    padding: 0 1.6rem;
}

pre code {
    letter-spacing: 0;
    color: #e5e5e5 !important;
    padding: 0;
    height: max-content;
}

/* HEADER */
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}

header a {
    text-decoration: none;
    color: inherit;
}

header,
footer {
    max-width: 100%;
    height: 100px;
    margin: 0 50px;
    padding: 10px;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo .logo-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
}

header .logo img {
    height: 100px;
    margin-right: 50px;
}

header nav {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header nav ul li {
    font-size: 15px !important;
    letter-spacing: 1;
    display: inline;
}

header nav img {
    max-height: 30px;
    margin-left: 10px;
}

/* MAIN */
.main {
    font-weight: 300;
    max-width: 100%;
    margin: 0 250px;
    border-collapse: collapse;
}

.main .main-item {
    margin-top: 50px;
    max-width: 100%
}

.main ul {
    margin: 0 25px 0 25px !important;
    padding: 0;
}

.main ul li {
    margin: 8px 0;
}

.main h2 {
    font-weight: normal;
    text-transform: uppercase;
}

.main .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
}

.main .wrapper .main-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
}

.main .wrapper .profile {
    margin-top: 50px;
    max-width: 300px;
    width: 100%;
    height: auto;
}

.main .main-work table {
    width: 100%;
    border-collapse: collapse;
}

.main .main-work table td,
.main .main-work table th {
    border: 2px solid #000;
    padding: 1rem;
    text-align: left;
}

.main .main-work table td ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main .main-work table th:first-child,
.main .main-work table td:first-child {
    border-left: none;
}

.main .main-work table th:last-child,
.main .main-work table td:last-child {
    border-right: none;
}

.main .main-work table th {
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
    border-top: 0;
}

.main .main-work table tr:last-child td {
    border-bottom: 0;
}


footer {
    margin: 50px;
    padding: 50px 10px;
    font-size: 14px;
    border-top: 1px solid #000;
}
