* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.rounded-btn {
  border-radius: 0.7rem;
}

.w-60 {
  width: 60%;
}