body{

background-image:url('websiteback.png'); no-repeat center center fixed; 
background-color: #00b6e8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.toplogo{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
p{
	color: white;
	font-size: 14px;
    line-height: 1.5;
	font-family: helvetica,arial,sans-serif;
	display: table;
    margin-left: auto;
    margin-right: auto;
}
div {
	display: table;
	margin-left: auto;
    margin-right: auto;
}
.logo {
	margin-bottom: 5px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}
.logo:hover,
.logo:focus{
filter: brightness(50%);
}
.socials{
margin-top: 5px;
padding: 5px;
}
.socials:hover,
.socials:focus{
filter: brightness(50%);
}
.imagelink{
margin-top: 5px;
padding: 5px;
}
.imagelink:hover,
.imagelink:focus{
filter: brightness(50%);
}