#bg-container{
    /* Text zentrieren */
    text-align:center;
     
    /* Inhalt vertikal mittig platzieren */
    position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
	background-color: #CEDED6;
}
 
.inside{
    /* Container horizontal mittig platzieren */
    margin: auto;
	font-family: 'Khand', sans-serif;
	font-size: 30px;
	color: #90755B;
	
}

img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}