@font-face {
    font-family: Minecraft;
    src: url(fonts/MinecraftRegular-Bmg3.woff2) format("woff2"),
        url(fonts/MinecraftRegular-Bmg3.woff) format("woff");
    font-style: normal;
    font-display: normal;
}

@font-face {
    font-family: Fortnite;
    src: url(fonts/BurbankBigCondensedBlack.woff2) format("woff2"),
        url(fonts/BurbankBigCondensedBlack.woff) format("woff");
    font-style: normal;
    font-display: normal;
}

body {
    color: white;
    margin: 0px;
    background-color: rgb(0, 0, 0);
    text-align: center;
}

.fortnite {
    font-family: Fortnite;
}

.container {
    font-family: Poppins;
}

.minecraft {
    font-family: Minecraft;
}

#title {
    background-color: white;
    display: block;
}

a {
    color: white;
}

ul {
    list-style-type: none;
}

nav {
    background-color: hsl(0, 0%, 30%);
    height: 30px;
    text-align: left;
}

.MTAbullet {
    width: 150px;
    height: 150px;
}

p {
    font-size: 1.5em;
}

h1 {
    font-size: 3em;
}

.members {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.member {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.member p {
    margin: 0;
    text-align: left;
}

.memberList {
    width: 100px;
    height: 100px;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}