.switch-3 {
        
        height: 7.5rem;
        overflow: hidden;
    }

    .switch-3 .switch-3-slider {
      
        height: 7.5rem;
        left: 0;
        right: 0;
        transition: ease .4s all;
    }

    .switch-3 .switch-3-cover {
		 background-color:#333333;
        height: 2.5rem;
        
    }

    .switch-3 .switch-3-key {
		background-color: rgba(0, 0, 0, .25);
        height: 2.5rem;
       
    }

    .switch-3-label {
		z-index:999;
        flex: 0 1 2.5rem;
    }

    .switch-3.switch-state-top .switch-3-slider {
        bottom: 5rem;
        background-color:#33ff33;
    }

    .switch-3.switch-state-center .switch-3-slider {
        bottom: 2.5rem;
        background-color:#999911;
    }

    .switch-3.switch-state-bottom .switch-3-slider {
        bottom: 0rem;
        background-color:#ff3333;
        opacity:0.5
    }

.link-card{
margin:20px;
padding:20px;
width:max-width;
height:200px;
-webkit-box-shadow: 5px 5px 15px 5px #000000; 
box-shadow: 5px 5px 15px 5px #000000;
border: 1px solid #000;
}

.float-right{
float:right;
margin-right:10px;
}

.coin-logo-s{
width:50px;
height:50px;
}
