body {
background-color: #19244b; 
color: white;
font-weight: bold;
font-family: tahoma;
}
a {
color: white;
font-weight: bold;
font-size: 2em;
text-decoration: none;
font-family: tahoma;
}
div.container {
  width:100%;
}
div.socials { 
 display: table;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  height: 45px;
}
div.image {
	display: table;
  margin: 0 auto;
}
img.logo {
	width: 45px;
	align-items: center
}