body {
    background: black;
    color: white;
    font-family: "Google Sans Code", sans-serif;
    margin: 0;
}

#main-container {
    width: min(1100px, 70%);
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#header-logo {
    width: 64px;
}

#name-link {
    color: black;
    text-decoration: underline;
}

.header-font {
    margin-left: 10px;
    color: white;
    text-decoration: underline;
    padding: 2px;
    border-radius: 4px;
}

.light-font-paragraph {
    font-weight: 100;
}

.heavy-font-paragraph {
    font-weight: 900;
}

.footer-link {
    color: white;
}

header {
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 700px;
    font-size: clamp(12px, 2vw, 18px);
}

main {
    max-width: 700px;
    font-size: clamp(16px, 2vw, 20px);
}

mark {
    font-weight: 400;
    padding: 4px;
    color: black;
}
