/* PORTFOLIO CSS STYLING */

#topnav {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

header {
    margin-top: 5vw;
}

section {
    margin-left: 2vw;
    max-width: 40%;
}