#container {
	margin: auto;
	width: 995px;
}

.image-phonmap {
	align-self: center;
	height: 300px;
	width: 994px;
	background-image: url('./phonmap.jpg');
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	border-radius: 20px;
	border: solid black;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image-liveworksheet {
	height: 300px;
	width: 994px;
	background-image: url('./liveworksheet.jpg');
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	border-radius: 20px;
	border: solid black;
	margin-bottom: 20px;
	margin-right: 10px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);        
}
.image-revisioncenter {
	height: 300px;
	width: 994px;
	background-image: url('./revisioncenter.jpg');
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	border-radius: 20px;
	border: solid 1px black;
	margin-right: 10px;
	margin-bottom: 50px;        
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);        
}  