

.box {
	width: 90%;
	border: 1px solid;
	margin: auto;
/* 	padding: 0px, 10px, 10px; */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;	
	background-color: white; 
	position: fixed;
	top: 0;
	width: 100%; 
	z-index: 1000;
}

li {
	float: left;	
	width: 19%;	
	height: 28px;	
	background-color: #040475;
	border: 1px solid  white; 
	display: flex;	
  	align-items: center;
	justify-content: center;	
	color: white;
	font-size: 10px;
	text-decoration: none;
}
/*
li:last-child {
    border-right: none; 
}
*/
li:hover {
    background-color: #0b0bad;
}
/*
li a {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
*/
.logo_container {
	width: 100%;
	padding-top: 28px;  
	padding-bottom: 20px;
}

.logo {
	position: absolute;
  	left: 10px;
	border-style: none;
    width: 80px;
    height: 32px;
}

/* .logo {
	position: absolute;
	border-style: none;
	left: 10px;
	width: 80px;
	height: 36px;
} */

.header {
	font-size: 24px; 
	text-align: center; 
	color: rgb(32, 32, 128);
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.border-img {
	width: 80%;
	max-width: 600px;
	border-style: solid;
	border-width: 1px;
}
	
.input-img {
	width: 80%;
  	max-width: 320px;
	border-style: solid;
	border-width: 1px;
}

.screenshots {
	margin: auto;
	width: 90%;
	max-width: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.screenshots img {
	width: 160px;
	height: 356px;
	border-radius: 8px; 
	border-style: solid;
  	border-width: 1px;
}

.inline-text {
  	margin: auto;
  	width: 90%;
  	max-width: 400px;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	font-size: 9px;
}

.centred {
	text-align: center;
}

.copyright {
	text-align:center;
	font-size: 11px;
}

