* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Helvetica;
}

#general_panel {
    width: 100%;
    height: 50px;
    background-color: #527c57;
}

#general_panel span {
    float: left;
    margin-left: 115px;
    margin-top: 15px;
    text-align: center;
    color: aliceblue;
}

#general {
    float: left;
    width: 100%;
    height: 180px;
    padding-top: 10px;
}

#general .a {
    float: left;
    margin-left: 25%;
}

#general h1 {
    color: rgb(82, 48, 3);
    margin-top: 57px;
}

#general img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}

#general p {
    margin-top: 55px;
    width: 300px;
    height: 50px;
    font-size: 30px;
}

#general hr {
    width: 100px;
    height: 50px;
    margin-top: 105px;
    margin-left: 65%;
    border: none;
    border-top: 5px solid #8ba745;
}

#general_line {
    width: 75%;
    height: 10px;
    margin: auto;
    border: none;
    border-top: 10px solid #8ba745;
}

.container {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.b {
    float: left;
    margin-left: 20%;
    width: 15%;
}

.h {
    color: #8dc072;
    margin-bottom: 10px;
}

pre {
    text-align: left;
    font-size: 14px;
}

li {
    margin-bottom: 10px;
}

a {
    color: #94c977;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hr {
    float: left;
    height: 3px;
    width: 15%;
    margin-left: 20%;
    background-color: #8ba745;
}

#bottom {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #527c57;
    margin-top: 20px;
}

#bottom p {
    float: left;
    margin-left: 250px;
    margin-top: 27px;
    text-align: center;
}

#Layer_1 {
    float: right;
    width: 100px;
    height: 50;
    margin-right: 300px;
    margin-top: 18px;
}

#courses {
    margin-top: 10px;
    padding-left: 30px;
}

#courses2 {
    margin-top: 10px;
    padding-left: 30px;
}

#bottom a {
    color: black;
    text-decoration: none;
}

.nav {
    margin-left: 25%;
    padding-top: 15px;
}

.nav a{
    color: white;
    padding-right: 20px;
}