.fab-container {
    position:fixed;
    bottom:50px;
    right:50px;
    cursor:pointer;
    
}

.iconbutton {
    width:50px;
    height:50px;
    border-radius: 100%;
    box-shadow: 10px 10px 5px #aaaaaa;
    
}

.button {
    width:60px;
    height:60px;
    background:#0d6efd;
}

.iconbutton i {
    display:flex;
    align-items:center;
    justify-content:center;
    height: 100%;
    color:white;
}