.DSRedirect {
font-family: 'rubik', sans-serif;
background: transparent;
color: #ffffff;
border: 1px solid #ffffff;
padding: 10px 20px;
cursor: pointer;
font-size: 16px;
text-shadow: #ffffff 0px 0px 1px;
transition: all 0.3s ease-in-out;
}
.DSRedirect:hover {
background: #16181d;
}