.navbar{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(255,255,255,0.3);
    position: absolute;
box-sizing: border-box;
    width: 100%;
}
#sideBar{
     display: none;
}
#home{
padding-top:40px;
}
.day{
    background: rgba(255,255,255,0.3);
}
#live2dcanvas{
 border:none!important;
}
.waifu {
    position:fixed;
    bottom:0 !important;
    right:10%!important;
    z-index:9;
    font-size:0;
    -webkit-transform:translateY(3px);
    transform:translateY(3px)
}