body {
    font-family: 'Montserrat', sans-serrif;
}
div.centeringContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    div.content {
	width: 98%;
    }
}

@media only screen and (min-width: 1201px) {
    div.content {
	width: 1200px;
    }
}

a.projectLink {
    display: block;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.projectLink:visited {
    color: black;
}
