#footerbutton {
    padding: 3px;
    margin-left: 2px;
    margin-right: 5px;
    border: none;
    width: 35px;
    height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 7pt;
    color: #FFFFFF;
    float: right;
}

#assistivebar {
    right: 0;
    bottom: 0;
    padding-left: 5px;
    width: 100%;
    height: 48px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

button.btcta {
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40%;
    height: 60px;
    background-color: #202035;
    border: none;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bolder;
    border-radius: 6px;
    position: fixed;
    animation: fadein 1s;
}