body {
	width:1000px;
    margin-left: auto;
    margin-right: auto;
	font-family:arial;
	background: #FFA500;
}

.main {
	border: 1px solid black;
	position:relative;
	float: left;
	width:790px;
	padding: 15px;
	background: #FFFFFF;
}

.main h1 {
	color:green; 
	text-decoration:bold; 
	font-size:16px;
}

.main a {
	color:green; 
	text-decoration:none; 
}

.sidebar {
	position:relative;
	float:right;
	padding-left: 10px;
}

.sidebar a {
	text-decoration:none; 
	font-weight:bold;
	font-size:14px;
	color: #365da0;
}

.sidebar a:hover {
color: #172545;
}

.menu {
	position:relative;
	float:center;
}

.menu a {
	text-decoration:none; 
	font-weight:bold;
	font-size:14px;
	color: #365da0;
}

.menu a:hover {
color: #172545;
}

.footer {
	position: relative;
	float: center;
	background:#ddd;
	font-size:12px;
}

.footer a {
	text-decoration:none; 
}

form textarea {
    width: 50%;
    resize: none;
}

input {
    height: 30px;
    width: 50%;
}
.submit-btn{
  display: inline;
    width: auto;
    padding: 10px 26px;
    height: min-content;
    background: green;
    color: #fff;
    border: none;
}
form label {
    margin-bottom: 8px;
    display: block;
}