html,
body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #000;
  color: #fff;
}
h1,
h2 {
  font-weight: 800;
}
h1 {
  line-height: 30px;
  margin: 0px;
}
.subheading {
  font-size: 12px;
}
header {
  background-color: #361d32;
  padding: 10px;
  margin: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.container {
  max-width: 800px;
  background-color: #543c52;
  margin: 0 auto;
  border: 2px solid #361d32;
  border-radius: 10px;
}

table,
th,
td {
  border: 1px solid;
}
table,
th,
td:nth-child(2) {
  text-align: left;
}
.progress {
  display: inline-block;
}
table tr > td:nth-child(3) {
  width: 100px;
  display: inline-block;
}
.fileSelector input[type="file"] {
  display: none;
}
main {
  text-align: center;
}
.fileSelector {
  background-color: #361d32;
  display: inline-block;
  height: 300px;
  border-radius: 10px;
  margin: 20px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}
.fileSelector .img-icon {
  font-size: 64px;
}
.fileSelector .label-btn,
#convertBtn {
  background-color: #f55951;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.fileSelector .label-btn {
  margin-top: 30px;
}

#convertBtn {
  display: none;
}
#selectedImgs table {
  margin: 0 auto;
  display: none;
  margin-bottom: 30px;
  background-color: #361d32;
}
.footer {
  height: 100px;
  background-color: #361d32;
  text-align: center;
  position: relative;
}
.footer .copyright {
  text-align: center;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
nav ul li {
  float: left;
  padding: 16px;
}
header nav ul {
  float: right;
}
.faqs {
  text-align: left;
}
.faqs .question {
  font-weight: bold;
}
a,
a:visited,
a:hover,
a:active {
  color: #f1e8e6;
}
a.logo,
a.logo:visited,
a.logo:hover,
a.logo:active {
  text-decoration: none;
  color: #edd2cb;
}
