/*
 stipica Apr 27, 2021
*/
/* 
    Created on : Apr 27, 2021, 11:57:41 PM
    Author     : stipica
*/

.section-pjesme {
    min-height: 45vh;
    display: flex;
    align-content: center;
    justify-content: center;
}
.pjesma {
    text-align: center;    
}

.pjesma-autor {
    
}

.pjesma-buttons {
    margin: 2em;
}

.pjesma-buttons .actions {
    align-items: center;
}


ul.icons li.hiden {
    display: none;
}