body {
    background-color: #e5e1d5;
    color: #4c4a3a;
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    width: 85vw;
    max-width: 460px;
    margin-bottom: 2rem;
}

.project {
    text-align: left;
}

h1 {
    color: #5c0000;
    font-size: 4rem;
    font-family: "Crimson Text", serif;
}

a {
    font-size: 1.5rem;
    color: #2e2c2b;
    font-family: "Inconsolata", monospace;
}

.project-title {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
}

span {
    font-family: "Inconsolata", monospace;
    font-size: 1.4rem;
    /* font-weight: bold; */
}

.project-icon {
    width: 3rem;
    height: 3rem;
}

.footer {
    font-size: 0.9rem;
}

.email {
    font-size: 1.1rem;
}
