body {
	padding: 20px;
    color: #000000;
}
.row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.column {
    flex: 10%;
    padding: 5px;
}
.imageone {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    border: none;
    border-radius: none;
}
.imageone:hover {
    box-shadow: none;
}
.imagetwo {
    max-width: 800px;
    width: 25%;
    height: auto;
    display: block;
    border: double;
    border-radius: 1px;
}
.imagetwo:hover {
    box-shadow: none;
}
p {
    color:black;
    align-items: center;
    font-family: 'dsfont';
}
div.a {
    font-size: 25px;
}
h1, h2, h3, h4 {
	margin: 20;
	padding: 20;
	font-weight: initial;
}
h1 {
	font-size: 30px;
    /* font-family: 'Times New Roman', Times, serif; */
}