section{
    background-position: top left -70px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: -1px;
}

body {
    display: block;
    margin: 0;
    width: 100%;
}

hr {
    background-color: black;
    border: none;
    height: 3px;
    width: 50%;
}

h1 {
    font-family: "Monotype Corsiva", serif;
    font-size: 600%;
    margin-bottom: 0;
}

h2 {
    font-size: 200%;
    margin-top: 5%;
}

h4 {
    font-size: 150%;
    margin: 0;
}

a{
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
    color: currentColor;
}

a:-webkit-any-link {
    color: currentColor;
}