body {
  margin: 0;
  padding: 0;
}

.fill-height {
  height: 100vh;
}
.bg-blue {
  background-color: #2196f3;
}

.text-white {
  color: white;
}

.text-center {
  text-align: center;
}
