body {
    font-family: 'Montserrat', sans-serrif;
}

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

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

div.centeringContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    font-size: 25px;
    font-weight: bold;
}

p {
    font-weight: bold;
}

img {
    width: 100%;
}
