.menu{
padding:0;
text-align:right;

}
.menu li{
	list-style:none;
	display:inline-block;
	/*float:right;*/
	width: 100px;
	height: 30px;
	margin:0 10px 0 0;

}

.menu li a{
	text-align:center;
	display:block;
	color: #7C8034;
	text-decoration: none;
	line-height:30px;
	
}
.menu li:hover{
	background:#7C8034;
}

.menu li:hover a{
	color:white;
}

h1{
		color: #7C8034;
}
p{
	color: #7C8034;
	font-size: 12px;
}

.photo{
	border-radius: 30px;
	padding: 1em;
}

.flex-container {
        display: flex;
        flex-direction: row;
		justify-content: center;

      }
.flex-item {
        background: #fce5df;
        width: 500px;
        height: 500px;
        border-radius: 10px;
        line-height: 30px;
        font-size: 30px;
        margin: 10px;
        color: white;
        text-align: center;
      }
.flex-item2 {
        width: 500px;
        height: 200px;
        border-radius: 10px;
        line-height: 20px;
        font-size: 20px;
        margin: 10px;
        color: #7C8034;
        text-align: center;
      }
.flex-item3 {
        width: 1000px;
        height: 200px;
       /* border-radius: 10px;*/
        line-height: 20px;
        font-size: 14px;
       /* margin: 10px;*/
        background: #7C8034;
        text-align: center;
		/*flew-flow:*/
      }
.settings {
        font-size: 32px;
        color: white;
        font-weight: 700;
        line-height: 10em;
        text-align: center;
      }