:root {
  text-align: center;
}

@font-face {
	font-family: 'Nunito';
	src:	url('/fonts/Nunito.woff2') format('woff2'),
		url('/fonts/Nunito.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

div {
  margin: 1rem;
}

div:first-child{
  width: 200%;
}

div:nth-child(15){
  padding-bottom: 5rem;
}

body {
  background-color: #1b1b1b;
}

.input, .button, .output {
   padding: 5px;
   font-size: 16px;
   border-width: 1px;
   border-color: #000000;
   background-color: #FFFFFF;
   color: #A3A3A3;
   border-style: solid;
   border-radius: 10px;
   font-family: 'Nunito', sans-serif;
   justify-content: center;
}

.label {
  color: #FFFFFF;
  font-family: 'Nunito', sans-serif;
}

.cmd {
  color: #FFFFFF;
  font-family: 'Nunito', sans-serif;
  width: 200%;
}

.flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 10%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #1B1B1B;
  font-family: 'Nunito', sans-serif;
  padding: 1rem;
  margin: 0;
}

.linkText {
    text-decoration: none;
    color: #000000;
}

.button {
  border-width: medium;
  border-color: #1B1B1B;
  border-style: dotted;
}

.button, .output {
  color: #000000;
}



@media only screen and (max-width: 1200px) {
  :root {
    text-align: center;
  }

  div {
    margin: 1rem;
  }

  div:first-child{
    width: 200%;
  }

  div:nth-child(15){
    padding-bottom: 5rem;
  }

  div:nth-child(2){
    width: 300%;
  }

  body {
    background-color: #1b1b1b;
  }

  .input, .button, .output {
     padding: 5px;
     font-size: 25px;
     border-width: 1px;
     border-color: #000000;
     background-color: #FFFFFF;
     color: #A3A3A3;
     border-style: solid;
     border-radius: 10px;
     font-family: 'Nunito', sans-serif;
     justify-content: center;
  }

  .label {
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
  }

  .cmd {
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    width: 200%;
  }

  .flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    width: 10%;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    color: #1B1B1B;
    font-family: 'Nunito', sans-serif;
    padding: 1rem;
    margin: 0;
  }

  .linkText {
      text-decoration: none;
      color: #000000;
  }

  .button {
    border-width: medium;
    border-color: #1B1B1B;
    border-style: dotted;
  }

  .button, .output {
    color: #000000;
  }
}
