body {
	margin: 0;
	background-color: rgba(229, 218, 207, 100);
}

h3 {
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 15px;
}

.space{
  color: white;
}

.header {
	overflow: hidden;
	background-image: linear-gradient(rgba(239, 175, 0, 100), rgba(229, 218, 207, 100));
	width: 100%;
	height: auto;
} 

.heading{
	text-decoration: overline;
	font-size: 20px; 
	text-align:center; 
	color: rgba(40, 25, 7, 100); 
	margin-top: 20px;	
}
				
		a.link1{
			color: rgba(229, 206, 180, 100);
			text-decoration: none;
		}
				
		a.link1:visited {
			color: rgba(229, 206, 180, 100);
			background-color: transparent;
			text-decoration: none;
		}
		
		a.link1:hover {
			color: rgba(229, 206, 180, 100);
			background-color: transparent;
			text-decoration: underline;
		}
				
				.name {
					padding-top: 20px;
				    text-transform: uppercase;
					font-size: 20px;
					margin-left: 20px;
				}
				
				.sername {
					font-size: 15px;
					margin-left: 20px;
				}
				
				.preis{
				    font-size: 15px;
					margin-left: 20px;
					margin-right: 20px;
					margin-bottom: 20px;
				}
				
				a.link{
				    color: rgba(40, 25, 7, 100);
				    text-decoration: none;
					text-transform: uppercase;
					font-size: 15px;
				}
				
				.logo {
				    border-radius: 50%;
					border: 1.5px solid black;
				}
				
				.column {
				    float: left;
					width: 8.8%;
					font-size: 20px;
				}
				
				.row:after {
				    content: "";
					display: table;
					clear: both;
				}
				
				.detail{
				    margin: auto;
					padding: 0px;
					width: 80%;
					background-color: white;
					outline-style: dashed;
					outline-color: rgba(239, 175, 0, 100);
					outline-width: 1.5px;

				}
				
				.clear::after {
				    content: "";
					clear: both;
					display: table;
				}
				
				.product {
					border-color: none;
				    float: left;
					margin-right: 20px;
				}
				
footer {
	color: rgba(229, 206, 180, 100);
	background-color: rgba(40, 25, 7, 100);
	text-align: center;
	padding: 10px;
}
				
@media screen and (max-width:600px) {
	.column {
		width: 100%;
		height: auto;
	}
}