hr {
  border: none; /* Remove default border */
  height: 5px; /* Set the thickness */
  background-color: #027FAA; /* Set the color */
  width: 100%; /* Set the width */
  margin: 20px auto; /* Center the line and add vertical spacing */
}