.btn-group {
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    width: 75%;
    margin-left: 12.5%;
    padding-bottom: 20px;
}

.btn-group a {
    border: 1px solid black;
    background-color: rgb(207, 0, 207);
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.btn-group img {
    height: 100px;
    width: 100px;
}

.btn-group a:hover {
    background-color: rgb(255, 120, 255);
}

.btn-group a.active {
    background-color: purple;
}

.btn-group a.active:hover {
    background-color: rgb(165, 0, 165);
}

@media (max-width: 600px) {
    .btn-group img {
        height: 50px;
        width: 50px;
    }
}

.BATTLEROW img {
    height: 50px;
    width: auto;
}