body {
	background: #034591;
	color: white;
	font-family: "arial";
	font-size: 17px;
 
@media (min-width: 768px) {
  #text {
    min-height: 50vh;
  }
}

#container{
	margin: 0 auto;
	max-width: 980px;
	border: solid #fff 2px;
}
#logo {
	padding-left:40px;
	max-width: 80%;
    height: auto;
    text-align: right;
}
a {
	color: white;
}
#gallery {
	max-width: 150px;
    height: auto;
	padding: 15px;
}

#social {
	margin-left: 20px;
	vertical-align: middle;
}

hr {
    color:#ffffff;
}

#line {
    border-bottom: solid #fff 2px;
}

#text {
    padding: 20px;
	color: white;
	background-image: url('images/worldcertificationcenter.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45%;
}

#copyright {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}


#copyright p {
  margin: 0;
}
