body {
    background-color: #fae29c;
}

img {
}
 

div.my_banner {
 position: relative; 
 }

a.banner-link {
    color:blue;
    font-size: 4.2vw;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

div.language {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 0px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Frame for the posts */
div.posts{
  text-align:center;
}

div.post_by{
  text-align:center;
}
/* Frame for a single post */
div.post_frame{
  display:inline-grid;
  margin:10px;
  padding:5px;
  text-align: center;
  border:black;
  border-style: solid; 
}
/* Frame for the image in the post */
div.post_img{
  padding-left:20px;
  padding-right:20px;
}

div.post_text{
  text-align:center;
  font-family: Lucida Handwriting;
}

div.my_bg_gray{
  background-color:lightgray;
}
div.my_bg_dgray{
  background-color:rgba(211, 211, 211, 0.568);
}

div.my_wrapper{
  display:inline-block;
}

.hidden{
  display:none;
}

div.my_main-left-image {
  height: 50%;
  width: 50%;
}
div.my_main-left-image img{
  height: 100%;
  width: 100%;
}
