body {
	padding: 20px;
    color: #000000;
}
img {
    max-width: 900px;
    width: 100%;
    height: auto;
    display: block;
}
.imageone {
    max-width: 800px;
    width: 30%;
}
p {
    color:black;
    align-items: center;
    font-family: 'dsfont';
}
div.a {
    font-size: 25px;
}
h1, h2, h3, h4 {
	margin: 10;
	padding: 10;
	font-weight: initial;
}
h1 {
	font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
}
h2 {
    font-size: 10px;
    font-family: 'Times New Roman', Times, serif;
}
.title:hover {
    text-decoration: underline;
}
.title {
    text-decoration: none;
    font-size: 18px;
    color: grey;
}
.link {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-decoration: none;
    color:rgb(0, 0, 0);
}
.link:hover {
    text-decoration: underline;
}
.link2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-decoration: none;
    color:rgb(0, 0, 0);
}
.link2:hover {
    text-decoration: underline;
}
.row{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.column {
    flex: 10%;
    padding: 10px;
}