.titletext{
    font-size: 2vh;
    color: #FFFFFF;
    text-align: center;
}
.parent {
    border-radius: 50px;
    background:white;
    position: relative;
    height: 20vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 90%;
    font-size: 2vh;
    cursor: pointer;
}

.parent:hover {
    background-color: #EDECEC;
    color: #006A96;
}
#CodeContainer {
    width: 100%;
    margin: 10vh 0;
}

#element{
    margin: 0 auto; 
    width: 400px;
}

img {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    max-width: 100px;
    padding: 0.5vw;
}
a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    background-color: #EDECEC;
}
  
a:hover {
    background-color: #006A96;
    color: black;
}

.back {
    background-color:black;
    color: black;
  }

/* Random Barcode CSS */

.largetext{
    padding-top: calc(1.2vh);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: calc(3rem);
    font-weight: bold;
}
.directions{
    padding-top: calc(4vh);
    padding-bottom: calc(0.5vh);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: calc(2rem);
}
div.generatebutton{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}
div.barcode{
    position: relative;
    padding-top: 20vh;
}
.button{
    color: #2c74a5;
    padding: 3vh 15vw;
    display: inline-block;
    font-size: calc(4rem);
    margin: 3vh;
    transition-duration: 0.4s;
    cursor: pointer;
}
.button2 {
  background-color: #2c74a5; 
  color: black; 
  border: 2px solid #2c74a5;
}

.button2:hover {
  background-color: #2c74a5;
  color: white;
}

/* Custom Code CSS */

input {
    border: 2px solid black;
    border-radius: 4px;
    width: 30vw;
    height: 5vh;
    font-size: calc(2rem);
}

