.btn-custom {
    font-family: "Roboto Slab";
    width: 50px;
    text-align: center;
}

.btn-custom:hover {
    cursor: pointer;
} 

