body {
	padding: 15px;
    color: #000000;
}
img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
}
.imageone {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}
.imageone:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.imagetwo {
    border: none;
    max-width: 800px;
    width: 40%
}
.row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.column {
    flex: 10%;
    padding: 5px;
}
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: 40px;
}
.title {
    text-decoration: none;
}
.title:hover {
    text-decoration: underline;
}