* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
}

.min-vh-75 {
  min-height: 75vh;
}
