body {
    background-color: black;
    color: white;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
}

.proj {
    border: white 2px solid;
    width: 25vw;
    height: 25vw;
    display: inline-block;
    margin-right: 10vw;
    position: relative;
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
    font-size: 1.4vw;

}

h1 {
    font-size: 3vw;
    font-family: 'Fjalla One', sans-serif;
}

h2 {
    font-size: 1.4vw;
}

.proj:hover {
    background-color:rosybrown;
    color: black;
}

#microsite2 {
    margin-right: 0;
}

#intro {
    margin: 5vw 0 5vw 0;
}

img {
    width: 10vw;
    height: 10vw;
    object-fit: cover;
    margin: auto;
    padding: 5vw 0 5vw 0;
}

h3 {
    padding: 0 0 3vw 0;
}

#intro {
    text-align: center;
}

@media (max-width: 680px) {
    .proj {
        display: grid;
        /* margin: auto; */
        margin-bottom: 10vw;
        margin-left: 34vw;
    }
}