.live-preview{
    position: fixed;
    right: 0;
    top: 50px;
    padding: 5px;
    background-color: #232733;
    z-index: 1001;
    border-radius: 25px;
}
.live-preview a{
    margin-bottom: 0;
    border: none;
    background-color: #20b8d8;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
}
.live-preview a:last-child{
    background-color: #e93d3d;
}
.live-preview a:hover, .live-preview a:focus, .live-preview a:active, .live-preview a:active:hover{
    background-color: #3c4154;
    color: #fff; 
}