body {
    background-color: black;
    font-family: "Lucida Console", "Courier New", monospace;
    color: white;
}
html {
    scrollbar-width: none;
}

.homebutton {
    transform: translate(50px, 100px);
    position: absolute;
    z-index: 1;
    img {
        width: auto;
        height: 90px;
    }
}

.wrapper {
    text-align: center;
    position: relative;
    height: 150%;
    width: 70%;
    margin: auto;
}

.profile {
    transform: translate(-125px, 75px);
    position: absolute;
    border: 1px solid white;
    img {
        height: auto;
        width: 150px;
    }
}

.title {
    background-color: black;
    transform: translate(70px, 40px);
    position: absolute;
    border: 1px solid white;
    height: 90px;
    width: 896px;
}

.navbar {
    z-index: 1;
    overflow: scroll;
    transform: translate(-50px, 250px);
    background-color: black;
    position: absolute;
    border: 1px solid white;
    height: 186px;
    width: 250px;
}

.main {
    transform: translate(120px, 156px);
    position: absolute;
    border: 1px solid white;
    height: 805px;
    width: 712px;
}

.buttons {
    transform: translate(0px, 967px);
    position: absolute;
    overflow: scroll;
    border: 1px solid white;
    height: 150px;
    width: 874px;
    img {
        height: auto;
        width: 88px;
    }
}

.funbuttons {
    position: absolute;
    transform: translate(800px, 500px);
    background-color: black;
    overflow: scroll;
    border: 1px solid white;
    height: 250px;
    width: 186px;
}

.fish {
    position: absolute;
    z-index: 1;
    transform: translate(-150px, 740px);
}

.nick {
    position: absolute;
    transform: translate(-55px, 440px);
    img {
        height: 300px;
        width: auto;
    }
}

.normbush {
    position: absolute;
    transform: translate(863px, 770px);
    img {
        height: 175px;
        width: auto;
    }
}

.cig {
    z-index: 2;
    position: absolute;
    transform: translate(-136px, 150px) rotate(45deg);
    img {
        width: auto;
        height: 200px;
    }
}

.ozu {
    position: absolute;
    transform: translate(835px, 253px);
    img {
        width: auto;
        height: 250px;
    }
}

.moon {
    z-index: -1;
    position: absolute;
    transform: translate(855px, 125px);
    img {
        width: auto;
        height: 200px;
    }
}

.sexy {
    position: absolute;
    transform: translate(-40px, 950px);
    img {
        width: auto;
        height: 200px;
    }
}
