body {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #111;
    margin: 0;
}
.topbar {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0 0 25px 0;
}
h1 {
    margin: 0;
}
.sctv {
    margin: auto;
}
.formContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem;
}
.fadeThis {
    opacity: 50%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
    appearance: textfield;
  -moz-appearance: textfield;
}