.desktopMenu {
    display: grid;
}

.mobileMenu {
    display: none;
}

h1 {
    font-size: 32px;
}

#education h2:first-child {
    margin-block-start: 0;
}

#education h2, #work h2 {
    margin-block-end: 0;
}

h3, #mit p, #work-csail p, #work-designplus p {
    margin-block: 12px;
}

#portrait {
    max-height: 45vh;
}

#portfolioContent article {
    margin-block-end: 1vh;
}

#portfolioContent article h2 {
    margin-block-start: 0;
}

#portfolioContent article img {
    max-height: 25vh;
    max-width: 80vw;
    height: auto;
    width: auto;
}

#portfolioContent article {
    break-inside: avoid;
}

footer {
    position: fixed;
    bottom: 0;
}