header {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgb(232, 232, 232);
  background-color: rgb(251,252,251);
}

main {
  max-width: 1200px;
  margin: 0px auto;
  align-items: center;
  margin-top: 20px;
}

.convert-heading {
  text-align: center;
  font-family: "Source Sans 3", "Adjusted Arial Fallback", sans-serif;
  font-weight: 700;
  color: rgb(26, 26, 26);
}

div {
  margin: 0 auto;
}

.convert-selection-wrapper {
  align-items: center;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: rgb(26, 26, 26);
}

.conv-format-selector {
  text-align-last: center;
  font-size: 36px;
  font-weight: 700;
  color: #7572CC;
  border-radius: 10px;
  border: 1px solid #000;
}

.conv-format-selector option {
  text-align-last: center;
  font-size: 36px;
  font-weight: 700;
}

.file-selection-wrapper {
  width: 100%;
  height: 300px;
  padding: 30px;
}

.form-outer-wrap {
  width: 100%;
  height: 100%;
  background: #7572CC;
  border: 1px solid #7572CC;
  border-radius: 7px;
  margin: 10px;
  padding: 10px;
}

.form-inner-wrap {
  height: 100%;
  width: 100%;
  background: #9E9BC9;
  border: 1px solid #9E9BC9;
  border-radius: 7px;
}

.source-file-selector {
  width: 1px;
  height: 1px;
  padding: 0px;
}

.form-elems {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.pdf-logo-wrapper {
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 20px;
}

.select-file-button {
  user-select: none;
  padding: 15px;
  width: 100%;
  display: flex;
  color: inherit;
  font-weight: 700;
  font-size: 16px;
  height: 54px;
  align-items: center;
  border: none;
  background-color: transparent;
}

.select-file-button :hover {
  color: inherit;
  background-color: rgb(242, 242, 242) !important;
}

.file-select-btn-wrapper {
  border-radius: 4px;
  background-color: #fff;
}

.file-select-btn-wrapper :hover {
  color: inherit;
  background-color: rgb(242, 242, 242) !important;
  border-radius: 4px;
}

.file-path-wrapper {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

h3 {
  text-align: center;
}

.about-wrapper {
  padding: 30px;
}

.convert-button-wrapper {
	width: 100%;
	height: 54px;
	text-align: center;
}

.convert-button-wrapper :hover {
	background-color: #9E9BC9;
}

.convert-button {
	background-color: #7572CC;
    border: 1px solid #9E9BC9;
    border-radius: 7px;
	font-weight: 700;
	font-size: 16px;
	height: 54px;
	padding: 15px;
}

.download-converter-wrapper {
  text-align: right;
  padding-right: 40px;
  font-size: 24px;
  vertical-align: bottom;
}

.download-link {
  background-color: rgb(47, 83, 219);
  border-radius: 4px;
  border: 1px solid rgb(47, 83, 219);
  height: 48px;
  font-size: inherit;
  font-weight: 700;
  color: #fff;
}

.download-converter-wrapper :hover {
  background-color: rgb(47, 83, 219);
}