.title {
  font-size: 20px;
  width: 100%;
}

.avatar-photo {
  position: relative;
  background-color: white;
  height: 400px;
  width: 400px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px #ccc;
  z-index: 3;
}

.avatar-photo input[type=file] {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 9;
}

.avatar-photo:hover {
  cursor: pointer;
}

#content {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0.5em;
  color: whitesmoke;
  margin:0;
}
