html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }

html { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

*, *:before, *:after {box-sizing: inherit}

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden;}

body {
  font-family: 'Fira Sans', sans-serif;
  background-color: black;
}

.page-container {
  width: 80%;
  max-width: 1280px;
  margin: 0px auto;
  border-radius: 10px;
  background-color: rgb(53, 53, 53);
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
  margin: 20px auto;
}
/* 
#logo {
  width: 10%;
  height: 5rem;
} */

h1 {
  font-family: ocr-a-std,monospace;
  font-weight: 400;
  font-style: normal;
  width: 80%;
  text-align:center;
  margin: 0;
  font-size: 3rem;
}

main {
  width: 45%;
  margin: 20px auto;
  text-align: center;
}

header, h2 {
  color: rgb(228, 228, 228);
}

h2 {
  /* display: inline-block; */
  margin: 30px auto;
  text-align: left;
  padding: 0 60px;
  font-weight: 400;
  min-width: 300px;
}

h2 a {
  font-size: 0.8rem;
  color: rgb(182, 182, 182);
}

.card-container {
  margin: 0 auto;
  width: 350px;
  height: 210px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 10px 10px 24px 0 #111;
  display: flex;
  flex-direction: column;
  /* position: relative; */
  font-family: 'Fira Sans', sans;
}

.cc-results {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 85%;
}
.cc-icon {
  text-align: center;
  display: inline-block;
  font-size: 5rem;
  width: 40%;
}

.cc-type {
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  width: 40%;
  font-weight: 500;
}

.amex {
  color: #2671b9;
}

.mc {
  color: rgb(36, 36, 36);
  background-image: url("./image-assets/mc_vrt_opt_rev_73_3x.png");
  background-position: center;
  background-size: cover;
}

.visa {
  color: #1a1f71;
}

.pp {
  color: #00457c;
}

.stripe {
  color: #6772e5;
}

form {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

input[type="text"],
button {
  background-color: #000;
  border: none;
  height: 40px;
  margin-top: 20px;
  color: whitesmoke;
  outline: none;
}

input[type="text"] {
  width: 76%;
  padding-left: 24px;
  /* font-family: 'Courier Prime', monospace; */
  font-family: ocr-a-std,monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

button {
  font-family: ocr-a-std,monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  color: #888;
  width: 24%;
  background-color: #222;
  cursor: pointer;
  border: 5px solid black;
  text-align: center;
}

.test-numbers {
  font-family: 'Fira Sans';
  font-size: 0.75rem;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  bottom: 0;
  width: 95%;
  padding: 3px 0;
  margin: 0 auto;
  border-top: solid black 1px;
}

.test-links {
  display: flex;
  justify-content: space-between;
  width: 35%;
}
.test-numbers a {
  display: flex;
  font-size: 3rem;
  color: #333399;
}

.test-numbers p {
  width: 60%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.instructions {
  background-color: black;
  color: rgb(228, 228, 228);
  border: 2px solid rgb(228, 228, 228);
  border-radius: 5px;
  padding: 20px 10px;
  margin: 20px auto;
  font-size: 0.8rem;
  text-align: left;
  font-weight: 400;
  box-shadow: 10px 10px 24px 0 #111;
  width: 45%;
  min-width: 350px;
}

h4 {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: justify;
  margin: 10px 20px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(228, 228, 228);
}

strong {
  text-decoration: underline;
}

.notes {
  text-align: left;
  margin: 10px auto;
}

.notes p {
  font-weight: 700;
}

.notes li {
  margin: 5px;
}

table td {
  padding: 5px 5px;
  border: solid 0.5px #333333;
  font-weight: 500;
}

.cc-sample {
  font-family: ocr-a-std,monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
}


footer {
  margin-top: 50px;
  padding: 2px;
  text-align: right;
  font-family: ocr-a-std,monospace;
  /* font-weight: 400; */
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ea593e;
  background-color:rgb(36, 36, 36);
  border-radius: 0 0 10px 10px;
}

footer img {
  width: 100px;
  position: relative;
  top: 6px;
}
