* {
    font-family: inter;
}

body {
    background: url(assets/background.png) no-repeat center center fixed;
    background-size: cover;
}

#buttons {
    margin: 0 0 0 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 30px;
    padding: 20px 200px 20px 200px;
    align-content: center;
}

#logo {
    width: 450px;
    margin: auto;
}

footer {
    position: fixed;
    bottom: 0%;
    display: flex;
    width: 100%;
    padding: 10px;
    color: white;
    background-color: #515151;
}

#footerR {
    margin-top: 10px;
    margin-left: auto;
}

#screenshot {
    border-radius: 12%;
}

a,
a:hover,
a:active,
a:visited {
    color: white;
}

.container {
    margin-top: 200px;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}

.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;
    margin-bottom: 120px;
    padding: 120px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: white;
}
