@import url('fonts.googleapis.com/earlyaccess/notosanskr.css');

body{

height: 100%;
margin: 0px;
font-family: 'Noto Sans KR', sans-serif;

} .post-card{

padding: 24px;
height: 500px;
background-color: grey;
color: white;

}

.post-card-small{

padding: 24px;
height: 200px;
background-color: grey;
color: white;

}

.postview-header{

padding: 32px;
height: 100%;
max-height: 720px;
background-color: grey;
color: white;

}

.postview-titlebox > h1{

font-size: 45px;

}

@media handheld, only screen and (max-width: 767px) {

.postview-titlebox > h1{
  font-size: 30px;
}

}

.postview-content{

max-width: 800px;
padding: 16px;

}

.share-btn{

margin-top: -35px;
margin-left: 80%;

}

.hr-with-margin{

margin-top: 16px;
margin-bottom: 16px;

}

.social-btns{

padding: 8px;

}

img{

width: 100%;

}

.footer{

margin-top: 16px;
background-color: #ecf0f1;
padding: 32px;

}

.footer-btn{

color: black;

}

.container{

min-height: 75%;

}