.topanime,
.topscan {
    float: right;
    background-color: lightgrey;
    width: 15%;
    min-width: 150px;
    text-align: center;
    border: 2px solid black;
    height: 250px;
    clear: right;
    margin-top: 1.3%;
    overflow: hidden;
    color: black;
}

article {
    background-color: lightgrey;
    width: 60%;
    border: 2px solid black;
    padding: 5px;
    margin-left: 19.5%;
    margin-top: 1.3%;
    overflow: hidden;
    color: black;
}

t2 {
    font-weight: bold;
}

span {
    color: black;
}

.btn-link_top{
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: black;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
}