.tantore-chemical-cv{
    margin: 0 .5em 1em;
    --tantore-rgb: 155,215,225;
    --tantore-dark-rgb: 24, 197, 224;
    --tantore-deep-rgb: 19,153,174;
}
.tantore-chemical-cv a{
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 1em;
    font-size: 16px;
    background: rgba(var(--tantore-deep-rgb),.75);
    border: 1px solid rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 0 10px #ddd;
    color: #fff;
    font-weight: 700;
    letter-spacing: .125em;
    line-height: 1.6;
    text-align: center;
    border-radius: 5px;
    transition: .5s;
    overflow: clip;
}
.tantore-chemical-cv a:hover{
    color: #fff;
    background: rgb(var(--tantore-dark-rgb));
}
.tantore-chemical-cv span{display: block;}
.tantore-chemical-cv img{
    position: absolute;
    bottom: 5%;
    right: -1em;
    height: 90%;
    z-index: -1;
    opacity: .3;
}
.tantore-chemical-cv .tantore-chemical-button{
    position: relative;
    display: inline-block;
    font-size: 12px;
    background: #fff;
    padding: 0 1.5em 0 1em;
    border-radius: 99px;
    color: rgb(var(--tantore-deep-rgb));
    margin: .5em auto 0;
}
.tantore-chemical-cv .tantore-chemical-button:before{
    content: "";
    position: absolute;
    width: .4em;
    height: .4em;
    top: 50%;
    right: .75em;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translateY(-50%) rotate(45deg);
}
.tantore-chemical-cv br{display: none;}