*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.navbar {
    padding: 10px 0;
}

.nav-link {
    font-weight: 500;
    transition: 0.3s;
}

.nav-link:hover {
    color: #ffffff !important;
    background-color: #25D366;
}

.btn-danger {
    background: #ff2f5b;
    border: none;
}

.btn-danger:hover {
    background: #25D366;
}

.big-bold-text {
    font-size: 20px;
    /* adjust size as you like */
    font-weight: bold;
}

.text-muted {
  color: #25D366!important;
}
.btn-success:hover{
    background-color: black;
}

.form-check-label{
    cursor: pointer;
}