@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
.data-structure {
  background-color: #222930;
  color: #E9E9E9;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column; }
  .data-structure h1 {
    border-bottom: 2px solid #4EB1BA; }
  .data-structure .data-s-button {
    border: none;
    border: 2px solid #4EB1BA;
    background-color: #E9E9E9;
    color: #222930; }
  .data-structure .select-group {
    display: flex;
    flex-direction: column; }
    .data-structure .select-group input, .data-structure .select-group select, .data-structure .select-group button {
      flex: 1;
      margin: 0px 5px; }
  .data-structure .linked-list-output {
    margin-top: 15px; }
  .data-structure .stack-output {
    display: flex;
    flex-direction: column;
    margin-top: 15px; }
    .data-structure .stack-output span {
      border: 1px solid #4EB1BA;
      width: 6em;
      text-align: center;
      color: #E9E9E9;
      margin-bottom: 1px; }
  .data-structure .queue-output {
    display: flex;
    flex-direction: row;
    margin-top: 15px; }
    .data-structure .queue-output span {
      border: 1px solid #4EB1BA;
      width: 3em;
      text-align: center;
      margin-right: 1px; }

.data-structure:last-child {
  margin-bottom: 0; }

#app {
  padding: 0 10px;
  margin: 100px 0; }

body, div, p, span {
  margin: 0;
  padding: 0; }

body {
  background-color: #222930; }

h1 {
  font-size: 36px; }

* {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px; }

@media (min-width: 576px) {
  .data-structure .select-group {
    flex-direction: row;
    justify-content: space-around; } }
@media (min-width: 768px) {
  #app {
    padding: 0 80px; } }
@media (min-width: 992px) {
  #app {
    padding: 0 150px; } }
@media (min-width: 1300px) {
  #app {
    padding: 0 390px; } }

/*# sourceMappingURL=style.css.map */
