body {
  background-color: black;
  height: 100vh;
}

#bg {
  background-color: #1e2127;
}

#centerboi {
  margin: auto;
  width: 50%;
  min-width: 700px;
  height: 100vh;
  background-color: #abb2bf;
  padding: 30px;
}

#headey {
  border-bottom: 2px solid #1e2127;
  margin-bottom: 35px;
}

form {
  color: #1e2127;
}

input {
  margin-bottom: 15px;
}

#myFile {
  margin-left: 20px;
  width: 60%;
}

#submitButton {
  margin-top: 50px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 140px;
}

.radio-form {
  margin-left: 20px;
  margin-bottom: 35px;
}

.checkbox-form {
  margin-left: 20px;
  margin-bottom: 35px;
}

h5 {
  padding-bottom: 5px;
}
