body {
  background-image: url("/file/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

h1 {
  text-align: center;
}

a, .nav-link, .bi {
	text-decoration: none;
	color: #156E1E;
}

a {
  font-style: italic;
}

a:hover, .nav-link:hover {
	color: black;
}

ol,ul {
	margin-left: 1.5rem;
	width: 95%!important;
  text-align: justify;
}

.btn-primary, .btn-primary:hover {
	background-color: rgb(105,105,105);
	border-color: rgb(105,105,105)
}

p {
	text-align:justify;
}

h4 {
	text-align: center;
	font-size: 15px;
}

.footer {
	font-style: italic;
}

.hidden {
	display: none;
}

hr {
  color: #156E1E!important;
  background-color: #156E1E!important;
  border: none;
  height: 3px!important; 
}
