@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('fonts/champagne__limousines-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url(images/background/title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	max-width: 100%;
}

form{
	margin-bottom: 0;
}

input {
	margin-right:10px;
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
    color:  #f9f9f9;
    padding: 15px 15px 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

input:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

#name {
	color: #f9f9f9;
	text-align: center;
	font-family: "champagne__limousinesregular";
	font-size: 70;
	height:30%;
}

#middle {
	margin-left: 30px;
	float:right;
	width:250px;
	padding:5px;
}

#somm {
	width:100%;
}