body {
    font-family: helvetica,arial,sans-serif;
    font-size: calc(0.9em + 0.9vw);
    font-weight: 500;
}
a {
	color: #8b0000;
}
a:hover {
	color: 8b0000;
}
.label {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 90%;
	max-width: 380px;
    min-height: 380px;
    font-size: x-large;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px auto;
    padding: 0;
    background-color: antiquewhite;
    border-radius: 3px;
    box-shadow: 4px 5px 5px #e0e0e0;
}
.label .inner {
	text-align: center;
}
.label .inner div {
    margin: 1em 0;
}
.label .inner div.product {
    font-size: 1.4em;
    color: #8b0000;
}
.placeholder {
    max-width: 600px;
    line-height: 1.5em;
    text-align: center;
    margin: 40px auto;
	padding: 0 20px;
}
.contact {
    text-align: center;
    margin: 40px auto;
	padding: 0 20px;
}
.contact a {
    text-decoration: none;
    padding: 0.4em 1em;
    color: #fff;
    background-color: #8b0000;
    border-radius: 1.5em;
	transition: 0.2s;
}
.contact a:hover {
    background-color: #a84040;
}


/*480px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 480px) {

	.label {	
		font-size: xx-large;
	}
}
/*/mediaquery*/
