@charset "UTF-8";
/* CSS Document */

body {
	background-color: lightgrey;
	color:royalblue;
		
		
}  

.section-costum {
			background-color: bisque;
			padding:20px;
	}

.container {
	background-color: lightgrey;
	padding: 15px;
}



h1 h2 h3 h4 p{
	color: coral;
}

.btn-primary{
	background-color: coral;
	color:white;
	border: crimson;
	
}

.btn-custom {
	background-color: coral;
}
a{
	color:royalblue;
}
a:hover{
	color: lightgrey;
}
p{
	color: black;
}


.btn-primary:hover{
	background-color: coral;
	border-color: royalblue;
}
.btn-secondary{
	background-color: darkgreen;
	color: gold;
}

.btn-secondary:hover{
	background-color: darkgreen;
}


.card{
	background-color: white;
	color: royalblue;
}

.navbar a {
	color: maroon;
}

.alert-success{
	background-color: aqua;
	color: chartreuse;
}

.alert-danger{ 
background-color: lightgrey;
color: forestgreen;
}