/** Add css rules here for your application. */

h1 {
  font-size: 40px;
  font-weight: bold;
  color: #ff0000;
  margin-left: 40px;
}

h2 {
	text-align: center;
}

body {
	background-color: #f4f4f4;
}


div.container {
	border:3px solid #ff0000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

img.image {
	vertical-align: top;
	margin: 10px 10px 10px 10px;
}

div.text2 {
	color: #0000ff;
	font-family: sans-serif;
    font-size: 16px;
    margin-left: 10px;
}



.menuTable1 {
	background-color: #ffffe0;
	float:left;
}

.menuTable2 {
	background-color: #ffffe0;
	float:left;
}

.menuTable1 td {
	margin: auto;
	padding: 5px;
	font-size: 40px;
	color: #0000ff;
}

.menuTable2 td {
	margin: auto;
	padding: 5px;
	font-size: 40px;
	color: #0000ff;
}

div.privacy {
	border-style: solid;
    border-width: 2px;
    border-color: red;
	font-family: sans-serif;
	font-size: 20px;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	border-radius: 15px;
}

p.privacy {
	line-height: 25px;
	margin-left: 30px;
	margin-right: 20px;
}

p.privacy em {
	font-weight:bold;
	font-style: normal;
	text-decoration: underline;
}

.myButton {
	background: red; /* For browsers that do not support gradients */
    background: linear-gradient(#c0c0c0, #ffffff, #c0c0c0); /* Standard syntax (must be last) */
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

#it, #en {
	font-size: 24px;
	font-weight: bold;
	font-family: sans-serif;
}