#btn-back-to-top {
position: fixed;
bottom: 55px;
right: 20px;
display: none;
}

.cookie-consent{
    position: fixed;
    bottom: 0px;
    width: 100%;
    
    height: 45px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #555555;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cookie-allow-button{
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}