* {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.botton-panel-root{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}
.botton-panel-button{
    padding: 10px;
    min-width: 150px;
    border: #3afadf solid 1px;
    background: #acfbff;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    height: 20px;
    -webkit-transition: all 250ms cubic-bezier(.4, 0, .2, 1);
    transition: all 250ms cubic-bezier(.4, 0, .2, 1);
}
.botton-panel-button:hover {
    
    height: 40px;
}

