.global-div {
    /* display: flex;
    flex-direction: column; */
}
.logo-div {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo-img {
    width: 14%;
    /* height: 100px; */
}
body {
    /* background-image: url("../images/background.jpg"); */
    margin: 0;
}
.global-img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    bottom: 0;
    /* z-index: ; */
}
.print-img {
    width: 38%;
    z-index: 1;
    /* background: red; */
}
.divider {
    height: 0.2px;
    margin: 20px auto;
    width: 28%;
    background-color: gray;
}
.print-div {
    display: flex;
    justify-content: center;
}
.text-div {
    margin-top: 40px;
}
.text-in {
    font-size: 16px;
    color: #033968;
    font-family: monospace;
    letter-spacing: 6px;
    font-weight: bold;
}
.flag-img {
    position: absolute;
    width: 8%;
    top: 10px;
    right: 10px;
}
.footer-div {
    position: absolute;
    bottom: 22%;
    left: 8%;
    padding: 20px;
    border-radius: 26px;
    border-color: #033968;
    border-width: 14px;
    text-align: center;
    width: auto;
    border-style: solid;
    background-color: #fff;
    z-index: 1;
}
.text-cong {
    font-size: 30px;
    color: #033968;
    font-weight: bold;
    letter-spacing: 2px;
}
.contra-text {
    font-size: 20px;
    color: gray;
    font-weight: bold;
    letter-spacing: 2px;
}
.btn-primary {
    background-color: #ffc700;
    color: #000;
    padding: 12px;
    width: 60%;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 3px;
    border-radius: 6px;
    border: none;
}