html, body {
    height: 100%;
    margin-left: 10%;
    margin-right: 10%;
} 
body {
    font-family: 'Inconsolata', monospace;
    place-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    font-size: 1.2rem;
}
a {
    text-decoration: underline;
    color: inherit;
}
p {
    text-align: center;
}
hr {
    width: 100%;
    border: 0;
    height: 1px;
    background-color: #888888;
  }
