/* Import "EB Garamond" from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");

body {
     font-family: 'Courier New', Courier, monospace;
     background-color: #f1f1f1;
}

.text-success>span {
     border-bottom: 1px dotted rgb(86, 211, 27);
     font-weight: 800;
}

.form-control {
     background-color: #f1f1f1;
}

.form-control::placeholder {
     color: #00000071;
}


.qrcode {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 20px;
}

.footer {
     background-color: #f8f9fa;
     padding: 10px 0;
     text-align: center;
     position: fixed;
     bottom: 0;
     width: 100%;
     font-size: 14px;
}

.footer a {
     text-decoration: none;
     color: #007bff;
}

.footer a:hover {
     text-decoration: underline;
}