@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

#content > div, #content > div > div {
  margin-top: 50px;
  border-left: 2px solid white;
  padding: 20px;
  width: fit-content;
}

#content > div > label, #content > div > input{
}

html {
  background-image: url(assets/background.jpg);
  font-family: 'Roboto', sans-serif;
  background-attachment: fixed;
}

body {
  color: white;
}

#moduleselect {
padding: 50px 0 10px 0;
display: block;
}

input, select {
  width: 400px;
  height: 30px;
  margin: 0 10px 5px 0;
  /*margin-left: 20px;*/
}



label {
  font-weight: bold;
  display: block;
  margin: 15px 0 0 0;  /*height: 30px;*/
  display: block;
}

button {
  border: none;
  color: white;
  padding: 5px 12px 5px 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  background-color: transparent;
}
#modules {
  float: left;
  display: block;
}

#add_module {
  float: left;
  padding-top: 2px;
  display: block;

}

.remove  {
}

#load_json, #write_json {
  border: 2px solid white;
  text-align: center;
  padding: 5px 12px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
