body {
    /* margin: -150px; */
    overflow-x: hidden;

  }

  h1 {
    
    font-family: 'Roboto Mono', monospace;

  }

  .cc_widgets {
    display: flex;
    flex-direction: column;
    height: max-content;
    align-self:flex-start;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .generate {
    cursor: pointer;
    color: #00B2FF;
    border: solid #00B2FF 1px;
    background: black;
    padding: 15px 20px;
    font-size: 12pt;
    transition: .5s;
  }

  .generate:hover {
    color: black;
    border: solid black 1px;
    background: #00B2FF;
    transition: .5s;
  }

  .cc_generator {
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .valid_number {
    color: silver;
    font-family: 'Roboto Mono', monospace;
  }
  
  .widget { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
  
  .ccn {
    background: black;
    display: inline-block;
    color: white;
    border: solid #00B2FF 1px;
    padding: 20px;
    font-size: 14pt;
    width: 165px;
    padding: 10px;
    font-family: 'Roboto Mono', monospace;
  } 
  
  .authenticate {
    cursor: pointer;
    color: #00B2FF;
    background: black;
    border: none;
    padding: 10px 31px;
    font-size: 14pt;
    border: solid #00B2FF 1px;
    display: inline-block;
  }
  
  .authenticate:hover {
    background: #00B2FF;
    color: black;
  }
  
  .response {
    color: grey;
    font-family: 'Roboto Mono', monospace;
    font-size: 16pt;
    border: solid 1px;
    background: black;
    text-align: center;
    height: 100px;
    width: 300px;
    padding: 10px;
    border: solid #00B2FF 1px;
  }


  #article {
    padding: 3% 20% 1%;
    font-family: Arial, Helvetica, sans-serif;
  }