body{
    font-family: 'Quicksand', sans-serif;
}

h1{
    font-weight: 600;
}

p{
    font-weight: 500;
}

.card-header{
    background-color: #131313;
    border: none;
    color: white;
}

.card-header button{
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.card-header button:hover{
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.card{
    border: none;
}

.card-body{
    background-color: black;
}

button{
    border-radius: 14px !important;
}

ul.no-bullets {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
  }

  ul.no-bullets li{
      margin-top: 8px;
  }