body {
    font-family: 'Poppins', sans-serif;
    background-color: #469597;
    margin: 0;
}

ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: none;
}

li {
    margin: 0 5px 5px 5px;
}

h3 {
    margin-top: 0;
}

li>a {
    color: inherit;
    text-decoration: inherit;
}

p {
    max-width: 75vw;
    font-size: larger;
}

nav {
    position: fixed;
    top: 0px;
    width: 100%;
    border-bottom: solid black 2px;
    background-color: #E5E3E4;
}

h2>a {
    color: inherit;
    font-size: 2em;
    margin-top: 1em;
}

h3>a {
    color: inherit;
}

.intro>img {
    max-width: 25vh;
    max-height: 25vh;
    border: solid #BBC6C8 .75em;
    border-radius: 100%;
    margin-bottom: 5vh;
}

.skill_logos>img {
    display: inline;
    height: 7vh;
    width: 7vw;
}

.restroom-locater>img {
    display: flex;
    flex-direction: column;
    width: 60vw;
    max-height: 75%;
    border-radius: 100px;
}

.netflix-reimagined>img, .insta-dupe>img, .blackjack>img {
    width: 60vw;
    border-radius: 100px;
}

.intro>h1 {
    margin-bottom: 5vh;
    font-size: 5em;
}

.intro>p {
    font-size: 2.5em;
}

.main-container {
    display: grid;
    grid-template-rows: repeat(1fr);
}

.intro {
    grid-row: 1;
    min-height: 100vh;
}

.projects {
    grid-row: 2;
    min-height: 100vh;
}

.technologies {
    font-weight: bold;
    font-size: larger;
}

.contacts {
    grid-row: 3;
}

.intro,
.projects,
.contacts,
.netflix-reimagined,
.insta-dupe,
.restroom-locater,
.schola,
.blackjack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.netflix-reimagined,
.insta-dupe,
.restroom-locater,
.blackjack {
    width: 75vw;
    margin-bottom: 2em;
}

.intro {
    background-color: #5BA199;
}

.projects {
    background-color: #BBC6C8;
    border-top: solid black .5em;
    border-bottom: solid black .5em;
}

.mylinks {
    flex-direction: row;
}

.mylinks>a {
    color: inherit;
    font-size: large;
    margin: 0 .5em 0em .5em;
    padding-bottom: 1.5em;
}

.project_header {
    margin-top: .5em;
    font-size: 4em;
}