.center {text-align: center}

hr {height: 1px;
    width: 50%;
    color: blue;
    background-color: blue;
    text-align: center}

img.center {display: block;
            margin-left: auto;
            margin-right: auto}
