@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

.btn-piano {
    font-size: 18px;
    text-align: center !important;
    margin-right: 20px;
    margin-left: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #ffffff !important;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    border-radius: 3px;
    background-color: #111111 !important;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
}

.btn-small {
    font-size:14px;
    padding: 5px;
}

.card {
    border-radius: 3px !important;
}

h2 {
    font-family: 'Poiret One';
}

.hide {
    display:none;
}

.hover-red:hover {
    color:red;
    transition: 0.2s;
}

.button {
    cursor:pointer;
    transition: 0.2s;
}

.text-gray {
    color: lightgray;
}
