@import "https://releases.transloadit.com/uppy/v3.17.0/uppy.min.css";

h1{
  font-size: 42px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  font-family: 'Helvetica Neue';
}
h2{
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  font-family: 'Helvetica Neue';
}
.currentUserName{
  font-weight: 500;
}
.upload-btn{
  margin: 10px;
  width: 250px;
  height: 2.25em;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  border-radius: 5px;
  line-height: 2.25em;
  background: white;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #333333;
  font-family: 'Helvetica Neue';
  box-shadow: 1px 1px 3px #00000044;
  /* color: #1c1ca8; */
  /* border: 1px solid #1c1ca8; */
}
.upload-btn:hover{
  color: white;
  cursor: pointer;
  background: #333333;
  border: 1px solid #333333;
  /* background: #1c1ca8; */
  /* border: 1px solid #1c1ca8; */
}
.container{
  display: block;
  min-height: 300px;
  text-align: center;
}
select{
  width: 250px;
  height: 2.25em;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  line-height: 2.25em;
  background: white;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  border: 1px solid #333333;
  /* color: #1c1ca8; */
  /* border: 1px solid #1c1ca8; */
  font-family: 'Helvetica Neue';
  box-shadow: 1px 1px 3px #00000044;
}

.action-wrapper {
  display: flex;
  margin: 10px 0px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}