* {
    margin: 0;
    padding: 0;
}

@font-face {
    src: url("https://willdotjpg.gay/fonts/AURORA-PRO.OTF");
    font-family: "Aurora";
}

@font-face {
    src: url("https://willdotjpg.gay/fonts/Fredoka-VariableFont_wdth,wght.ttf");
    font-family: "Fredoka";
}

body {
    background-color: #cba253;
    font-family: "Fredoka";
}

h1 {
    text-align: center;
    text-decoration: underline;
    font-family: "Aurora";
    font-size: 50px;
}

.usagi {
    background-image: url("https://willdotjpg.gay/for_mads/images/chiikawa-usagi.gif");
    width: 128px;
    height: 128px;
    position: absolute;
    margin-left: 1050px;
    margin-top: 600px;
}

.jerma {
    background-image: url("https://willdotjpg.gay/for_mads/images/tumblr_2ad83ac09da13083ac5c8ef2b7095ce4_02c5bfaa_400.gif");
    width: 380px;
    height: 273px;
    position: fixed;
    margin-left: -300px;
}

.header {
    width: 800px;
    height: 223px;
    background-image: url("https://willdotjpg.gay/for_mads/images/bears.png");
    margin-top: -233px;
}

.main {
    width: 800px;
    height: 500px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-sizing: border-box;
}

.text {
    width: 500px;
    height: 480px;
    float: right;
    border: 1px solid #cba253;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px;
}

.side {
    width: 270px;
    height: 480px;
    border: 1px solid #cba253;
    position: absolute;
    margin-top: 10px;
    box-sizing: border-box;
    align-content: center;
    text-align: center;
}

.note {
    width: 248px;
    height: 60px;
    overflow: auto;
    margin-left: 10px;
    border: 1px solid #cba253;
}

.home {
    width: 70px;
    height: auto;
    position: absolute;
    margin-top: 500px;
    margin-left: 720px;
}

.posts {
    width: 470px;
    height: 380px;
    overflow: auto;
}

.post {
    width: 469px;
    height: auto;
}
