* {
    font-family: inter;
}

.nav {
    font-size: 30px;
    align-items: center;
    background-color: #f4f4f4;
}
.nav a {
    color: black;
}

footer {
    position:fixed;
    bottom: 0%;
    display: flex;
    width: 100%;
    padding: 10px;
    color: white;
    background-color: #515151;
}

#footerR {
    margin-left: auto;
}

#screenshot {
    border-radius: 12%;
}

.container{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #79d4cd;
}

.brawlerButton{
    aspect-ratio: 1.2 / 2;
    margin:20px;
    border-radius: 15px;
    width:90%;
    background-color: aliceblue;
    box-shadow: inset;
    filter: drop-shadow(0 0 4px black);
}

.locked{
    filter: grayscale(1);
}

#brawlerBioBody{
    margin-top:120px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}