@import "tailwindcss";

.tld-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction:  column;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin: 0.3em;
    padding: 0.3em;
}

.tld-name {
    font-size: 0.9em;
    font-weight:  bold;
}

.tld-val {
    font-size: 0.85em;
}
