body,h1,h2,h3,h4,h5,h6 {font-family: "Poppins", sans-serif;}
body, html {
    height: 100%;
    line-height: 1.8;
    color: #303e45;
}
body { background-color: #becbd2; }
header { margin-top:27px; }
img { max-width: 100%; }
a[target=_blank]:after { 
	font-family: "Material Icons";
	content: " \e89e";
}
.top-bar {
    background-color:#303e45;
    color:white;
}