body {
    background-color: black;
    font-family: "Lucida Console", "Courier New", monospace;
}
.homebutton {
    transform: translate(-25px, -15px);
    position: absolute;
    z-index: 1;
    img {
        width: auto;
        height: 90px;
    }
}
.wrapper {
    position: relative;
    height: 656px;
    width: 867px;
    margin: auto;
    border: 1px solid white;
}
.title {
    position: absolute;
    color: white;
    text-align: center;
    border: 1px solid white;
    width: 645px;
    height: 52px;
}
.bloglist {
    position: absolute;
    color: white;
    text-align: center;
    border: 1px solid white;
    width: 219px;
    height: 328px;
    overflow: scroll;
    float: right;
    transform: translate(646px, 0px);
}
.stampsX3 {
    position: absolute;
    color: white;
    text-align: center;
    border: 1px solid white;
    width: 219px;
    height: 325px;
    overflow: scroll;
    float: right;
    transform: translate(646px, 329px);
}
.main {
    position: absolute;
    color: white;
    text-align: center;
    border: 1px solid white;
    width: 645px;
    height: 602px;
    overflow-y: scroll;
    overflow-x: visible;
    float: right;
    transform: translate(0px, 52px);
}
title {
    text-align: center;
    font-family: "Lucida Console", "Courier New", monospace;
}
