html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover,
a:visited,
a:link,
a:active {
  color: #3b90ff;
  font-weight: bold;
  text-decoration: none;
}

.photo-uploader {
  font-family: Roboto, Ubuntu, 'Helvetica Neue', sans-serif;
  cursor: pointer;
  width: 200px;
  text-align: center;
  margin: 20px 10px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.75);
}

.uploaded-photo {
  max-width: 100%;
}
