.box {
  height: 100vh;
}

.container {
  width: 300px;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}