* {
    margin: 0;
    padding: 0;
}

.icons {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 25vw;
    height: 100vh;
    border: 1px solid #fff;
    background-color: #000;
    box-sizing: border-box;
}

.icons > span {
    font-size: 72px;
    color: #fff;
    margin: 12px 0;
}

.content_div {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.top_div {
    width: 50vw;
    height: 15vh;
    border: 1px solid #fff;
    background-color: #000;
    box-sizing: border-box;
}

h1 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    line-height: 128px;
}

h2 {
    color: #fff;
    border-bottom: 1px double #fff;
    margin: 0 0 32px 0;
}

h3 {
    color: #fff;
}

.main_div {
    width: 50vw;
    height: 45vh;
    border: 1px solid #fff;
    overflow: scroll;
    box-sizing: border-box;
}

.post {
    width: 50vw;
    height: 45vh;
    padding: 32px;
    border: 1px solid #fff;
    background-color: #000;
    overflow: scroll;
    scrollbar-color: #000;
    box-sizing: border-box;
}

.content_text {
    color: #fff;
}

.comment_link {
    color: #fff;
}

.text {
    color: #fff;
    margin: 36px 50px;
    font-size: 36px;
}

.bottom_div {
    width: 50vw;
    height: 40vh;
    border: 1px solid #fff;
    background-color: #000;
    overflow: scroll;
    scrollbar-color: #000;
    box-sizing: border-box;
}

.bottom_div > img {
    display: block;
    margin: 36px auto 0;
    width: 35vw;
    height: 35vh;
}

.ac_div {
    display: flex;
    margin: 36px 50px 0 50px;
}

.icons > a {
    font-size: 3rem;
}

a > span {
    color: #fff;
}

.text_div {
    margin-left: 36px;
}

.text2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 12px;
}

.text3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 12px;
}


.emp_div {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25vw;
    height: 100vh;
    border: 1px solid #fff;
    background-color: #000;
    box-sizing: border-box;
}

.hide {
    position: absolute;
    top: 97%;
    right: 1%;
    text-decoration: none;
    color: #000;
}

@media (max-width: 500px) {
    .icons {
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 25vw;
        height: 100vh;
        border: 1px solid #fff;
        background-color: #000;
    }
    
    .icons > span {
        font-size: 36px;
        color: #fff;
        margin: 12px 0;
    }
    
    .content_div {
        display: flex;
        flex-flow: column;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .top_div {
        width: 50vw;
        height: 15vh;
        border: 1px solid #fff;
        background-color: #000;
    }

    h1 {
        font-size: 1rem;
        color: #fff;
        text-align: center;
        line-height: 83px;
    }
    
    h2 {
        font-size: .8rem;
        color: #fff;
    }
    
    h3 {
        font-size: .5rem;
        color: #fff;
    }
    
    .post {
        width: 50vw;
        height: 45vh;
        padding: 32px;
        border: 1px solid #fff;
        background-color: #000;
        overflow: scroll;
        scrollbar-color: #000;
    }

    .content_text {
        font-size: .5rem;
        color: #fff;
    }
    
    .comment_link {
        font-size: .5rem;
        color: #fff;
    }
    
    
    .text {
        color: #fff;
        margin: 18px 25px;
        font-size: 18px;
    }
    
    .bottom_div {
        width: 50vw;
        height: 40vh;
        border: 1px solid #fff;
        background-color: #000;
        overflow: scroll;
        scrollbar-color: #000;
    }
    
    .bottom_div > img {
        display: block;
        margin: 18px auto 0;
        width: 35vw;
        height: 15vh;
    }
    
    .ac_div {
        display: flex;
        margin: 18px 25px 0 25px;
    }
    
    .ac_div > span {
        font-size: 24px;
        color: #fff;
    }
    
    .text_div {
        margin-left: 18px;
    }
    
    .text2 {
        font-size: 10px;
        color: #fff;
        margin-bottom: 6px;
    }
    
    .text3 {
        font-size: 10px;
        color: #fff;
        margin-bottom: 6px;
    }
    
    
    .emp_div {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 25vw;
        height: 100vh;
        border: 1px solid #fff;
        background-color: #000;
    }

    .hide {
        position: absolute;
        top: 95%;
        right: 1%;
        text-decoration: none;
        color: #000;
    }
}