.btn {
    background-color: #164194;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
}

.btn:hover {
    background-color: RoyalBlue;
}

.bottomCenterFloat {
    position: fixed;
    bottom: 3vh;
    left: 50%;
    transform: translate(-50%, 0);
    font-size:13pt;
}