body {
	padding: 20px;
    color: #000000;
}
img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
}
.imageone {
    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: 10;
	padding: 10;
	font-weight: initial;
}
h1 {
	font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}
h2 {
    font-size: 10px;
    font-family: 'Times New Roman', Times, serif;
}
.title {
    text-decoration: none;
}
.title:hover {
    text-decoration: underline;
}
.title {
    text-decoration: none;
    font-size: 18px;
    color: grey;
}
.title:hover {
    text-decoration: underline;
    color: white;
}
.circle {
    width:10px;
    height:10px;
    border-radius:50px;
    font-size:20px;
    color:#fff;
    line-height:100px;
    background: blue;
}