html, body {
    font-family: 'Roboto', sans-serif;
}

.btn-round {
    border-radius: 30px !important;
}

.pointer {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.card {
    border-radius: 30px;
}

.prev {
    margin-right: 1rem;
}