.DSRedirect {
background: transparent;
color: #ffffff;
border: 1px solid #ffffff;
padding: var(--space-xs);
margin: 0 auto;
cursor: pointer;
font-size: 16px;
text-shadow: #ffffff 0px 0px 1px;
transition: all 0.3s ease-in-out;
width: fit-content;
}
.DSRedirect:hover {
background: #16181d;
}