body {
    	margin:0;
    	padding:0;
    	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
/*	background-color: #00B8E6;  */
    font-size:2vw;
    background-color: AliceBlue;
}
#sus {
	position:relative;
	top:0;
	padding:0;
	font-weight:bold;
	background-image: url("scoala_b.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#meniu {
    top:0;
    left:0;
	margin:0;
	padding:0;
	position:relative;
	display: flex;
	border-color: #0000FF;
	border-style: double none solid none;
	z-index:1;
	background-color: floralwhite;
	text-align:left;
	font-size: 18px;
}

.subtitlu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 3.5vw;
	color: orangered;
	text-shadow: 1px 1px 2px hotpink, 0 0 25px blueviolet, 0 0 5px cornflowerblue;
}
.titlu {
    padding: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 36px;
	color: darkorange;
	text-shadow: 2px 2px 4px coral, 1px 1px 30px blueviolet, 1px 1px 7px cornflowerblue;
}
.mark2 {
	font-size: 30px;
	position:relative;
	top: 80px;
	left: 80px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px darkblue, 0 0 25px green, 0 0 5px darkgreen;
}
.mark3 {
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	color: aliceblue;
	text-shadow: 1px 1px 2px black, 0 0 20px crimson, 0 0 5px red;
}

.mark4 {
    border: 2px solid lightcoral;
	border-radius: 5px;
	font-size: 18px;
}

.mark4a {
    border: 2px solid peachpuff;
	border-radius: 5px;
	font-size: 16px;
}

.mark5 {
	font-size: 18px;
	color: peachpuff;
	text-shadow: 1px 1px 2px black, 0 0 20px crimson, 0 0 3px red;	
}
.mark6 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px thistle;
}
.poza {
    position:relative;
    right:0px;
    border: 1px solid #ccc;
    padding: 0 6px;
    float: right;
}

a.buton:link, a.buton:visited {
    border: 2px solid slateblue;
	border-radius: 5px;
	padding: 6px;
	background-color: crimson;
	color: white;
	text-align: center;
    text-decoration: none;
    font-size: 2.4vw;
}
a.buton:hover, a.buton:active {
	background-color: cornsilk;
	color: #CC0000;
}
input[type=text] {
  width: 80%;
  margin: 10px 0;
  font-size: 2vw;
}
input[type=submit] {
  margin: 10px 0;
  font-size: 2vw;
}