article {
    /* positioning the article */
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 10px;

    background-color: white;
    border: 4px solid black;
    border-radius: 10px;
}

body {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

#fancydiv {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: 1px black;
}