.button {
    position: relative;
    min-width: 85px;
    min-height: 85px;
}

.bot-container {
    position: fixed;
    bottom: 0;
    right: 0;
}

.resp-bot {
    position: absolute;
    float: right;
    bottom: 0;

    border-style: solid;
    border-width: 0px;
    
    box-shadow: 0 4px 8px grey;
    background-color: #fff;
}

.btn-uoe {
    background-color: #041e42;
    color: #fff;
    border-color: #041e42;
    margin: 4px;
    outline-color: #fff;
}
.btn:hover {
    color:#fff;
    background-color: #010812;
    border-color: #010408;
    text-decoration: underline;
}

