:root{
  --radius: 18px;
}

.card{
  border-radius: var(--radius);
}

.punch-btn{
  height: 78px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 18px;
}

.table td, .table th{
  padding-top: .75rem;
  padding-bottom: .75rem;
}

body{
  background: #f7f7f8;
}
