* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: url("images/friedrich.jpg");
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: antiquewhite;
    overflow: auto;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
}
.big-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    outline: 1px solid #98aa6e;
}
.side,
.center {
    height: 90vh;
    padding: 20px;
    background-color: #0f0f0f;
    justify-content: center;
}
.side{
    float: left;
    width: 230px;
    position: relative;
    outline: 1px solid #98aa6e;

}
#back {
    position: absolute;
    bottom: 25px;
    padding-top: 10px;
}
.center{
    width: 500px;
}
img {
    margin: auto;
    display: block;
    padding-bottom: 5px;
}
a {
    text-decoration: none;
    color: #98aa6e;
}

#decor {
    color: #98aa6e;
    position: relative;
    bottom: -365px;
    width: 685px;
}
.section-title {
    padding-bottom: 5px;
}
.about-para {
    padding-top: 10px;
}
ul {
    padding-bottom: 40px;
}
#current {
    position: relative;
}
.moody{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
}

#mood{
    padding-left: 8px;
    padding-top: 3px;
}

.about-me p, .about-website p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.about-website {
    margin-top: 60px;
}

hr {
    border-color: #98aa6e;
}

.blinkies, .stamps {
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.blinkies img {
    max-width: 150px;
}

.interests-container {
    height: 150px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.interest-subcontainer {
    outline: 2px solid #25300a;
    height: 150px;
    float:left; 
    display:inline; 
    width: 50%;
    background-color: #111111;
    overflow-x: hidden;
    overflow-y: auto;
}

.interest-title {
    text-align: center;
    background-color: #374417;
    outline: 2px solid #25300a;
    float:left; 
    display:inline;
    padding: 5px; 
    width: 50%;
}

.interest-subcontainer ul {
    padding-left: 30px;
    padding-top: 5px;
    font-size: small;
}

.contact {
    margin-top: 5px;
    font-size: smaller;
    width: 210px;
}

#email {
    width: 120px;
}