@font-face {
  font-family: melancholy;
  src: url(Melancholy-PersonalUse.otf);
}
@font-face {
  font-family: gotisch;
  src: url(DSWeiss-Gotisch.ttf);
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background: url(images/friedrich.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(238, 234, 213);

}

.title {
    width: 450px;
    margin: auto;
    text-align: center;
    padding: 5px;
    padding-bottom: 0px;
    background-color: #0f0f0f;
    background-color: transparent;
    font-family: gotisch;
    font-size: 5em;
}

#nav-title {
    font-family: gotisch;
    font-size: 2em;
}

.centre,
.left-side,
.right-side {
    background-color: #0f0f0f;
    opacity: 0.95;
    outline: 1px solid #98aa6e;
    display: inline-block;
    height: 75vh;
    padding: 10px;
}

.left-side,
.right-side {
    width: 250px;
    text-align: center;
    position: relative;
}

.big-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
}

.centre {
    width: 750px;
    margin: 0 20px 0 20px;
    position: relative;
}

p {
    padding: 8px;
}

.footer {
    background-color: #0f0f0f;
    outline: 1px solid #98aa6e;
    width: 800px;
    height: 60px;
    margin: auto;
}

ul {
    list-style-image: url('images/eye.gif');
    text-align: left;
    margin-left: 30px;
}
li {
    text-decoration: none;
    margin-left: 10px;
    font-size: 1rem;
    align-items: center;
}
a {
    text-decoration: none;
    color: rgb(108, 136, 56);
}
a:hover {
   color: lightgreen;
   font-size: 1rem;
   padding: 8px;
}

#flower-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    bottom: 8px;
    right: 16px;
  
}

#flower-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

#main-pic {
    width: 420px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

#tree-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#tree-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* status cafe thingy */
#statuscafe {
    padding: .5em;
    background-color: rgb(56, 73, 52);
    border: 1px solid antiquewhite;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.update-log {
    overflow-x: hidden;
    overflow-y: auto;
    width: 220px;
    height: 150px;
    margin: auto;
    outline: #98aa6e 1px solid;
    overflow: auto;
    padding-top: 0px;
    margin-top: 0px;
    font-size: small;
}

hr {
    color: #58633d;
}

.log {
    padding: 5px;
}

.update-log-title {
    width: 220px;
    margin: auto;
    background-color: #58633d;
    outline: 1px solid #58633d;
    padding: 5px;
    margin-top: 15px;
}

.latest-activities {
    margin: auto;
    width: 220px;
    outline: #98aa6e 1px solid;
    margin-top: 20px;
    text-align: left;
    
}

.latest-activities p {
    padding: 3px 0px 3px 5px;
    margin: 0px;
    font-size: small;
}

.latest-activities img {
    max-width: 15px;
    max-height: 15px;
    margin-right: 5px;
}

#moon {
    width: 128px;
    margin: auto;
    margin-top: 10px;
}