body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell,
    Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #becdda;
  background-color: #00182d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  text-align: center;
  position: relative;
  font-size: 2.8em;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}

h2 {
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

a {
  color: inherit;
}

button {
  font-size: large;
  color: #becdda;
  background-color: #1b3e56;
  border: none;
  padding: 16px 24px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
}

button[type="submit"] {
  font-size: large;
  background-color: #e69c24;
  border: none;
  color: #ecf4f9;
  padding: 16px 24px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
}

input[type="button"],
input[type="text"],
input[type="number"],
input[type="url"],
select,
textarea {
  border: 2px solid white;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 10px 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
}

input[type="file"] {
  border: 2px solid white;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  background-color: #1b3e56;
  overflow: hidden;
  margin: 10px 2px;
  font-family: inherit;
  font-size: inherit;
}

.rounded-input {
  padding: 10px;
  border-radius: 10px;
}

.level {
  font-size: smaller;
  font-weight: bold;
  float: inline-end;
  text-transform: uppercase;
  border-width: thin thin;
  border-style: solid;
  padding: 2px;
}

.pro {
  color: #ff0000;
}

.intermediate {
  color: #f76522;
}

.easy {
  color: #1a9b00;
}

code {
  font-family: menlo, inconsolata, monospace;
  font-size: calc(1em - 2px);
  color: #555;
  background-color: #f0f0f0;
  padding: 0.2em 0.4em;
  border-radius: 2px;
}

@media (min-width: 400px) {
  body {
    font-size: 16px;
  }
}
