.topbar{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
		height: 60px;
		background-color: white;
		box-shadow: -3px 4px 10px -6px #000000;
		margin-left: 0;
		padding-bottom: 10px;
		margin-right:0;
		padding-right:0;
	}
	.bottomPart{
		margin-top: 70px;
		height: 60px;
		margin-left:5px;
	}
	.icontainer {
		width: 14%;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		padding: 2px;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.icontainerB {
		width: 14%;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		padding: 2px;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.item{
		margin-top: 7px;
		text-align: center;
		grid-row-start:1;
		grid-row-end:1;
	}
	
	.itemB{
		margin-top: 7px;
		text-align: center;
		grid-row-start:1;
		grid-row-end:1;
	}
	
	.salah{
		background-color: #eee;
		Color: #b8433d;
		border-radius: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	span {
		display: block;
	}
	
	
	.icontainer div:hover {
		background-color: lightgrey;
	}
	
	a:link {
		color: #c83737;
		text-decoration: none;
	}
	
	a:visited {
		color: #c83737;
		text-decoration: none;
	}
	
	body{
		margin: 0;
	}
	
	
	.wrapper {
		position: absolute;
		top:80px; 
		width: 100vw;
		height: 100vh;
		
		display: flex;
		flex-flow: row wrap;
		
	}
	
	.wrapper>*{
		padding: 10px;
		margin: 10px;
		flex: 1 100%;
	}
	
	.header {
		background: lightgrey;
		height: 130px;
		color: #c83737;
	}
	
	.header h1{
		font-size: 50px;
		padding-left: 300px;
	}
	
	.footer {
		height: 20px;
		text-align: center;
		transform: translateY(-50%);
	}
	
	.main {
		text-align: left;
		/* height: 1000px; */
		font-size: 16px;
	}
	
	.aside1 {
		text-align: center;
	}
	
	.aside2 {
		text-align: center;
	}
	
	
	
	#hadith {
		font-size: 16px;
		color: black;
	}
	
	.paypal {
		border: 1px;
		border-radius: 10px;
		background-color: #e7e7e7; color: darkblue;
		padding: 10px;
		height: 60px;
		width: 300px;
		font-size: 24px;
	}
	
	svg #clock {
	    background: #201e1e;
	}
	
	#clock {
		height: 480px;
		width: 250px;
	}
	
	#rect31 {
		width: 250px;
		padding: 0;
	}
	
	@media all and (min-width: 800px) {
		.main { flex: 3; }	
		.aside1 { order: 1; }
		.aside2 { order: 2; }
		.main { order: 2; }
		.footer { order: 4; }
		
	}
	
@media all and (min-width: 648px) {
		.aside { flex: 1;}			
	}
	
	@media screen and (max-width: 560px) {
		#headerlabel {
			visibility: hidden;
		}
		svg #clock {
	    background: #201e1e;
	    width: 240px;
	}
		
	}