
    background-size: 100% 100%;
    overflow-y: scroll;
    background-repeat: no-repeat;
    overflow-x:hidden;
    background-color: black;
    
}

body, html {
   background-image: url("pictures/window.jpg");
   background-size: 100% 100%;
   min-height: 100%;
   overflow-x:hidden;
   overflow-y: hidden;
   width:100%;
   background-color:black;
   
}

.container {
    width:100%;
    height: 100%;
}

#bagu {
    position:absolute;
    left: 5%;
    top: 14%;
    width:7%;

}

#bg {
    width:100%;
    position: absolute;
    left:0%;
    right:0%;
    top:0%;
    height:100%;
    
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
   font-family: 'Connectionserif';
   src: url('ConnectionSerif-d20X.otf');

}

#yellow {
   color:#E5B054;
}

* {font-family: Connectionserif;
   color:white;
   font-size: 1vw;
   padding-left: 3px;
}

#welcomehome {
    position:absolute;
    width:11.5%;
    height:10%;    
    top:13.5%;
    left:13%;
    border-width:2px;
    border-color:#E5B054;
    border-style:dashed;
}
