body {
	font: 20px "arial";
}

.title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 300px;
    background: #ccccb3
}

.main {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     width: 1200px;
     height: 1000px;
     background: #662200;
}

.home_image {
    padding-top:100px;
    margin-left:auto;
    margin-right:auto;
    width:650px;
    height:800px;
    background:#913608;
}



.picture {
    position: relative;
    left: 50px;
    top: 100px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    text-align:center;
}

li {
    float: left;
    text-align:center; 
}

li a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-left:auto;
    margin-right:auto;
}

.dropbtn {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 16px;
    font: 16px: "Times New Roman"
    border: none;
    cursor: pointer;
}

li a:hover {
    background-color: #f9f9f9
}

nav{
    font: 16px: "Times New Roman"
    border:2px solid #ccc;
    border-width:2px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    background-color: rgba(0, 0, 0, 0.9);
    margin-left:auto;
    margin-right:auto;
    width: 1200px;
}
nav li{
    text-align: center;
}
nav a{
    text-align:center;
    display:inline-block;
    padding:15px;
}

nav ul{
    font: 16px: "Times New Roman"
    text-align: center;
    display: inline-block;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #232323;
}

li.dropdown {
    display: inline-block;Z
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #c9cacc;}

.dropdown:hover .dropdown-content {
    display: block;
}