
body {
    margin: 0;
}

img {
    max-width: 20vh;
}

ul {
    list-style: none;
}

.headDisplay {
    background-image: url(/Assets/Images/Foxy.png);
    background-repeat: repeat-x;
    display: flex;
    flex-direction: column;
}

.headText, .headPara {
    text-align: center;
    align-self: center;
    color: orangered;
}

.navContainer {
    display: flex;
    justify-content: center;
}

.navbar {
    max-width: 50%;
    text-align: center;
}

.pageLink {
    text-decoration: none;
}

.headText {
    width: fit-content;
    border-left: solid black 5px;
    border-right: solid black 5px;
}

.headPara {
    max-width: 20vw;
}

.portfolioTitle {
    text-align: center;
}

.headerUnder {
    max-width: 10%;
}

.portfolio {
    display: flex;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.subject, .piece {
    margin-left: 7vw;
    margin-right: 7vw;
}

.name, .dimensions, .concept, .year {
    margin: 0;
}