body{
	font-family: "Poppins";
}

.bg-yellow{
	background-color: #ffd716;
}

.bg-grey{
	background-color: #efefef;
}

ul{
	position: absolute;
	bottom: 100px;
}
#dropzone{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 125px;
	display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed black;
}

h2, label, #dropzoneText{
	font-weight: bold;
}

.form-control{
	border-radius: 0 !important;
	border: 2px solid black !important;
	background-color: #efefef;
}

.form-label{
	font-size: 1.25rem;
}

.btn-outline-first {
  color: black;
  background: #ffd716;
  border: 2px solid #ffd716;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 0;
}

.btn-outline-first:hover{
	border: 2px solid #ffd716;
}