body {
background: #f0f0f0;
font-family: Tahoma, Arial, sans-serif;
margin: 0;
padding: 0;
color: #333;
}


.navbar {
background: linear-gradient(to bottom, #215dad, #215dad);
padding: 13px 0;
text-align: center;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
position: sticky;
top: 0;
z-index: 999;
margin-bottom: 50px;
}


.navbar a {
color: white;
text-decoration: none;
margin: 0 20px;
font-weight: bold;
font-size: 18px;
}


.navbar a:hover {
text-decoration: underline;
}


.container {
width: 720px;
margin: 0 auto;
background: white;
padding: 20px;
border: 2px solid #ccc;
box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
margin-top: 15px;
border-radius: 10px;
text-align: center;
}

.container h1{
	margin-top: 5px;
	margin-bottom: 10px;
}

.construction {
	display: block;
	margin: 10px auto;
	margin-top: 20px;
}


.about-pic {
max-width: 100%;
height: auto;
margin: 10px auto;
}

.footer {
  background-color: #1e1e1e;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  border-top: 3px solid #215dad;
  margin-top: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer a {
  color: #1e8ae3;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer span {
  margin-right: 30px; /* space between items */
}
footer span:last-child {
  margin-right: 0; /* remove extra space on last item */
}