body {
    font-family: 'Didact Gothic';
    font-size: 18px;
}

h5 {
    font-size: 11px;
}

h3 {
    font-size: 18px;
}

p {
    font-size: 18px;
}

button {
    background-color: #aa8422
    color: black;
    margin: 5px 0px 0px 0px;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}

.row {
	display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    color: #aa8422;
    display: flex;
    justify-content: center;
}


img {
    min-width: 100px;
    height: 100%;
    padding: 0% 1% 0% 1%;
}