* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f9;
}

.card {
  border: none;
  border-radius: 16px;
}

.btn {
  border-radius: 10px;
}
