@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap');

/* display: inline-block; */
.tab-headers {
    color: black;
    display: inline-block;
    font-size: 30px;
    font-family: "Edu SA Hand", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}
.active-tab {
    color: lightsalmon;
    text-decoration-line: underline;
}
#bet-or-hold {
    color: black;
    font-family: "Verdana", "Georgia";
    font-size: 50px;
    position: relative;
    text-align: center;
}
#card-counter-heading {
    color: black;
    font-family: "Verdana", "Georgia";
    font-size: 50px;
    margin: 7px;
    text-align: center;
}
#cards-given {
    color: black;
    font-family: "Verdana", "Georgia";
    font-size: 50px;
    margin: 7px;
    position: relative;
    text-align: center;
}
#club-icon {
    font-size: 40px;
}
.quick-link {
    font-size: 20px;
    margin-right: 25px;
    text-align: center;
}

#email-input {
    top: 15px;
}
#email-masker-heading {
    color: black;
    font-family: "Monaco", "Lucida Console", monospace;
    font-size: 30px;
    text-align: center;
}
#give-card-and-new-hand-buttons {
    bottom: 15px;
    left: 150px;
    position: absolute;
    text-align: center;
}
#give-card-button {
    background-color: red;
    font-family: "Verdana", "Georgia";
    font-size: 15px;
    font-weight: bold;
}
#new-hand-button {
    background-color: black;
    font-family: "Verdana", "Georgia";
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.card-counter-container {
    background-color: rgba(7, 119, 7, 0.68);
    border: 1px solid black;
    font-family: "Momo Signature", cursive;
    font-weight: 400;
    font-style: normal;
    height: 500px;
    position: relative;
}
.email-masker-container {
    border: 1px solid black;
    height: 300px;
    position: relative;
    background-color: lightseagreen;
}
.left-column-container {
    border: 1px solid black;
}
.left-header {
    color: black;
    text-decoration-line: underline;
}
.text-left {
    list-style-type: none;
}
.truncate-string-container {
    border: 1px solid black;
    height: 300px;
}