body {
    max-width: 960px;
    margin: auto;
    font-family: 'EB Garamond';
}

#urlForm {
    text-align: center;
}

#error {
    text-align: center;
    color:red;
    text-decoration: underline;
}

#url{
    width: 40%;
}

#post-title {
    text-align: center;
}

#post-info {
    text-align: center;
}

#post-info a {
    color:grey;
}