body {
    font-family: monospace, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-wrapper {
    width: 90%;
    margin: 0 auto;
}

.info-item {
    margin: auto;
    text-align: left;
    padding-top: 15px;
}

a {
    font-weight: bold;
    color: black;
    border-bottom: none text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    border-bottom: 1px dotted black
}

h1 {
    padding: 5px;
    border: 0px;
}

h3 {
    padding: 5px;
    border: 0px;
}

