hr{
    border: none; /* 境界線を削除 */
    height: 2px; /* 線の太さを指定 */
    background-color: rgb(0, 0, 0); /* 線の色を指定 */
}