html,
body {
    background-color: #a47473;
    color: #614140;
}

#all {
    width: 560px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#left {
    width: 215px;
    height: 600px;
    float: left;
}

#lefttop {
    background-color: #ebe1dd;
    width: 215px;
    height: 290px;
    margin-bottom: 20px;
    border: 1px solid #614140;
    background-image: url('https://i.imgur.com/KjjjwxF.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#leftbottom {
    background-color: #ebe1dd;
    width: 185px;
    height: 260px;
    padding: 15px;
    border: 1px solid #614140;
    text-align: center;
    overflow: scroll;
    overflow-x: hidden;
}

h1 {
    margin: 0px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    color: #a47473;
}

#leftbottom ul,
li {
    list-style-type: none;
    padding: 0px;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #63a888;
}

a:hover {
    color: #a47473;
}

#right {
    float: right;
    width: 325px;
    height: 600px;
}

#righttop {
    background-color: #ebe1dd;
    width: 295px;
    height: 325px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #614140;
    text-align: center;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 15px;
    letter-spacing: 1px;
}

.content {
    text-align: justify;
}

#rightbottom {
    background-color: #ebe1dd;
    width: 295px;
    height: 195px;
    padding: 15px;
    border: 1px solid #614140;
    text-align: center;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 15px;
    letter-spacing: 1px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #80ad99;
}

#credit {
    font-size: 13px;
    position: fixed;
    bottom: 0;
    right: 0;
}

#credit a {
    color: #c7acab;
}

#credit a:hover {
    color: #614140;
}