@charset "UTF-8";

label
{
    
	color: black;
}

body
{
    color: black;
	font-size: x-large;
    background-color: white;
	background-image: url("https://buzzfoodtruck.ovh/images/marbre.jpg");
	margin-left:30px;
	width: auto;
	
}
img 
{
	max-height: 30%;
	max-width: 30%;
}
h1
{
	font-size: 2em;
}
input[type=submit]
{
	font-size: 1.2em;
}
p
{
	font-size: 0.8em;
}