#toHomeBox{
    position:fixed;
    display:flex;
    flex-flow:column;
    top:0;left:0;
    background:#a4defc;
    box-shadow:-3px 0 5px 1px #6d95ab inset;
    border-radius:0 10px 10px 0;
    z-index:20;
}
.toHomeButtons{
    background:none;
    border:none;
}