/* My CSS file  a4.css    I must save every 3 minutes.  */


div
{
float: left;
clear: both;

}

/*id container*/
#container {
background-color: #F26938;
height: 2600px;
width: 100%;
margin-top: 0%;
}

img {
width: 25%;
height: 10%;
float: right;
clear: both;
}

.header {
border-radius: 25px;
width: 90%;
margin-left: 5%;
margin-top: 1%;
background-color: #C4E036;
background-color: yellow;
/*height: 50px;*/
}

.textarea {
padding: 20px;
border-radius: 30px;
background-color: #7B34FA;
color: yellow;
font-size: 25px;
width: 80%;
margin-left: 10%;
height: 100%;
margin-top: 1%;
}


.menu{
border-radius: 25px;
border: 1px solid black;
background-color: #C5E136;
color: brown;
text-align: center;
width: 23.5%;
margin-left: 10px;
margin-right: 10px;
clear: none;
font-size: 22pt;
margin-bottom: 40px;
}
