h1 {
    color:#000089;
}
h2 {
    color:#000089;
}
h3 {
    color:#0096ff;
}
h4 {
    color:#0096ff;
    font-size: 30px;
    text-align: center;
}

footer{
    background-color: #000089;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(0,150,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.7);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}

.blok {
    color: white;
    background-color: #000089;
    display: inline-block;
    padding: 1.5em;
    width: 100%;
    border: none;
    border-radius: 12px;
}
.blok2 {
    color: white;
    text-align: center; 
    font-size: 20px; 
    font-weight: bold;
    background-color: #0096ff;
    display: inline-block;
    padding: 1.5em;
    width: 100%;
    border: none;
    border-radius: 12px;
}
.list {
  	list-style-type: circle;
}