html,
body {
  height: 100% !important;
  width: 100%;
}
body {
  background-color: white;
}
.outer_container {
  box-shadow: 5px 10px 5px 10px #888888;
  background-color: white !important;
  margin: auto;
  max-width: 500px;
  padding-bottom: 20px;
}
button:hover {
  cursor: pointer;
}

.round-img {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  overflow: hidden;
}
