#propic {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
}

#header {
    display: inline-block;
}

html,
body {
    font-family: sans-serif;
    text-align: center;
    height: 100%;
    background-image: linear-gradient(to left top, #0099ff, #36ff40);
}

#formatter {
    background-color: white;
    padding: 0.5rem 0;
    -webkit-box-shadow: 1rem 0px 0px white, -1rem 0px 0px white;
    box-shadow: 1rem 0px 0px white, -1rem 0px 0px white;
    box-decoration-break: clone;
}


h1,
h2,
p {
    line-height: 2rem;
    padding: 5px;
}

a:link {
    background-color: white;
    padding: 2px;
    text-decoration: none;
}

a:visited {
    background-color: white;
    padding: 2px;
    text-decoration: none;
}

a:hover {
    background-color: white;
    padding: 2px;
    text-decoration: underline;
}

a:active {
    background-color: white;
    padding: 2px;
    text-decoration: underline;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    right: 90px;
    position: relative;
}

.up {
    transform: rotate(-160deg);
    -webkit-transform: rotate(-160deg);
}