html {
    font-family: sans-serif;
    background-color: darkgray;
}

h1 {
    color: #4caf50;
    font-size: 60px;
}

h2 {
    color: #4caf50;
    font-size: 26px;
}

h3 {
    color: #4caf50;
}

.title {
    margin-left: 0px;
    margin-right: 0px;
    padding: 24px;
    padding-top: 0px;
    border: 5px solid black;
    border-bottom: none;
    background-color: #f1f1f1;
}

.title p {
    font-size: 20px;
}

.title b {
    color: #4caf50;
    font-size: 24px;
}

.side {
    border: solid 5px black;
    border-left: none;
    background-color: #f1f1f1;
    display: inline;
    float: right;
}

.side ul {
    border: solid 2px black;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #ffffff;
}

.navbar {
    padding: 10px;
}

.menthor {
    padding: 10px;
}

.leader {
    padding: 10px;
}

.members {
    padding: 10px;
}

.info li {
    display: block;
    color: #000;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}

.info li:first-child{
    border-bottom: solid 1px black;
}

.navbar li a {
    display: block;
    color: #000;
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-decoration: none;
    text-align: center;
}

.navbar li {
    border-bottom: solid 1px black;
}

.navbar li:last-child {
    border-bottom: none;
}

.side li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.side li a:hover {
    background-color: #4caf50;
    color: white;
}

.content {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    border: solid 5px black;
    padding: 24px;
    background-color: #f1f1f1;
    overflow: auto;
}

.content p {
    margin-left: 100px;
}

.comments {
    margin-left: 100px;
}

.comments p {
    margin-left: 0px;
}

.user_picture img {
    width: 100px;
    height: 178px;
    margin-top: 15px;
    margin-right: 15px;
    border: solid 1px black;
}

.comment {
    border: solid 1px black;
    background-color: white;
    margin: 5px;
    padding: 15px;
    padding-top: 0px;
}

.comment td:last-child {
    vertical-align: top;
    width: 100%;
}

.comment h3 {
    border-bottom: solid 1px black;
    padding-bottom: 15px;
}

.comment p i b {
    font-size: 30px;
}

.images {
    margin-left: 100px;
    display: inline-grid;
}

.img img {
    float: left;
    margin: 10px;
    height: 100px;
    border: solid 1px black;
}

.img img:hover {
    cursor: zoom-in;
}

.large_image {
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    float: left;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    overflow-y: auto;
    overflow-x: auto;
    display: table-cell;
    vertical-align: middle;
}

.large_image:hover {
    cursor: zoom-out;
}

.large_image img {
    border: solid 1px black;
	margin-top: 5%;
}
