body {
	background-color: #0F1019;
}

p {
	color:#ffffff;
}

a {
	text-decoration:none;
}

.icon-bg{
    width: 35px;
    height: 35px;
    display: flex;
    background-color: #00196E;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.icon-bar li{
	display: inline-block;
}

.bg-color{
	background-color: #0025a1;
}

.max-width{
	max-width: 800px;
}

/*
 * This was inserted to make social icons in footer display in a horizontal line 
.icon-bar li{
	display: inline-block;
}
*/