/* Add here all your CSS customizations */
.main,
section {
    background-color: black;
    background-image: url("/../img/dark-circles.png");
}
#header {
    background-image: url("/../img/dark-circles.png");
}
.accordion {
	text-align: center;
	border-top: 2px solid red; 
	border-top-left-radius: 25px;  
	border-top-right-radius: 25px;  
	background: rgb(0,0,0);
	background: linear-gradient(30deg, rgba(0,0,0,1) 31%, rgba(36,34,34,1) 100%);
}
.accordion-1 {
    border-top: 2px solid rgb(244, 248, 2); 
}
.accordion-2 {
    border-top: 2px solid rgb(50, 163, 75); 
}
.accordion-3 {
    border-top: 2px solid rgb(199, 2, 2); 
}