:root {
  --cassiopeia-color-primary: rgba(186,6,0,1);
}
.container-header {
  background-image: none;
}

hr {
    width: 60%;
    border-top: 2px solid #c60002;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;	
}

.item-image {
    border: 1px solid #c60002;
    padding: 10px;
    border-radius: 8px;
}

a:not([class]) {
    color: #c60002;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3, h4 {
    color: #c60002;
}

table, th, td {
    border-collapse: collapse;
    caption-side: bottom;
    border: 2px solid #c60002;
}
