*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body,
html {
  width: 100%;
  height: 100%; }

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Roboto", sans-serif; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%; }

.container {
  width: 100%;
  margin: 1rem;
  padding: 2rem;
  text-align: center; }
  .container h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 5rem; }
  .container .outputs {
    background: rgba(255, 255, 255, 0.1);
    width: 80%;
    margin: 1rem auto 2rem auto;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px; }
  .container .form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .container .form input {
      padding: 1rem 2rem;
      font-size: 1.6rem;
      color: #5418fa;
      font-weight: bold;
      outline: none;
      border: none;
      border-top-left-radius: 2rem;
      border-bottom-left-radius: 2rem; }
    .container .form button {
      padding: 1rem 2rem;
      outline: none;
      border: none;
      font-size: 1.6rem;
      background: #5418fa;
      color: #fff;
      border-top-right-radius: 2rem;
      border-bottom-right-radius: 2rem; }
/*# sourceMappingURL=style.css.map */