/* .link-title {
    padding: 10px 20px; 
    background-color: #191919;
    color: #E9E9E9;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
} */

.link-download {
    padding: 10px 20px; 
    color: #191919; 
    border: 1px solid #191919;
    border-radius: 2px;
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase
}

#site-yugioh {
    border-left: 2px solid #191919;
    border-radius: 3px;
    border-right: 2px solid #191919;
}

#yugioh-wikia {
    max-height: 240px;
}

.link-download:hover {
    color: #E9E9E9;
    background-color: #191919;
    text-decoration: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  } 

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navbar-mobile {
        display: none;
    }

    .aside-desktop {
        display: block !important;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .list-links a {
        padding: 10px 20px;
        border-radius: 2px;
    }

    .list-links a:hover {
        color: #E9E9E9;
        background-color: #191919;
    }
    
 }
