body {
   margin: 0;
   padding: 0;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

code {
   font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

* {
   padding: 0;
   margin: 0;
}
.App {
   text-align: center;
}

.top-header {
   background-color: #f2f2f2;
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   color: #282c34;
}

.top-header h1 {
   font-size: calc(20px + 2vmin);
   font-weight: 700;
   color: #282c34;
}

.text-code {
   display: flex;
   flex-direction: column;
   margin-top: 20px;
   width: 30%;
   height: 120px;
   border: none;
   background-color: white;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   padding: 5px;
}

.fixed-textarea {
   padding: 10px;
   flex: 1;
   width: auto;
   resize: none;
   outline: none;
   border: none;
}

/* CSS */
.button-61 {
   align-self: flex-end;
   width: 80px;
   align-items: center;
   appearance: none;
   border-radius: 4px;
   border-style: none;
   box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px, rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
   box-sizing: border-box;
   color: #fff;
   cursor: pointer;
   display: inline-flex;
   font-family: Roboto, sans-serif;
   font-size: 0.875rem;
   font-weight: 500;
   height: 36px;
   justify-content: center;
   letter-spacing: 0.0892857em;
   line-height: normal;
   min-width: 64px;
   outline: none;
   overflow: visible;
   padding: 0 16px;
   position: relative;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   vertical-align: middle;
   will-change: transform, opacity;
}

.button-61:hover {
   box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px, rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
}

.button-61:disabled {
   background-color: rgba(0, 0, 0, 0.12);
   box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0, rgba(0, 0, 0, 0.12) 0 0 0 0;
   color: rgba(0, 0, 0, 0.37);
   cursor: default;
   pointer-events: none;
}

.button-61:not(:disabled) {
   background-color: #6200ee;
}

.button-61:focus {
   box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px, rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
}

.button-61:active {
   box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px, rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
   background: #a46bf5;
}

@media (max-width: 1024px) {
   .text-code {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
      width: 80%;
      height: 140px;
      border: none;
      background-color: white;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      padding: 5px;
   }
}
