*{
	margin: 0; 
	padding: 0;
	box-sizing: border-box;	
}

body {
  font-family: "Lato", sans-serif;
}

marquee {
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #b4c914;
  color: #1206bf;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #4a4a4a;
}

 marquee p {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  font-size:18px;
  color: #1206bf;
  font-weight:Bold;        
}

footer {
  color: gray;
  font-weight: bold;
  text-align: center;
}

ul li{
	 text-align: justify;
}

.colborder{
	border: 5px solid #4a4a4a;
}

.navbar {
  font-size:19px;
}

nav a {
  transition: 0.3s ease;
  font-size: 20px;
  text-decoration: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
}

li a{
	color: #fff;
}

.card_header_color{
    background-color:#f5f3e1;
}
