html {
    font-family: "Dosis", sans-serif;
    font-size: 24pt;
}

main {
    display: flex;
    flex-direction: column;
}

.projectRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

article {
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: rgb(99, 99, 99);
}

a:active {
    color: cadetblue;
}

a:visited {
    color: rgb(100, 100, 100);
}