@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

::selection {
    background-color: #726655;
    color: #ffffff;
}

body {
    background-color: #d6cbbd;
    font-family: "Google Sans", Arial, sans-serif;
    text-align: center;
}

.team {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.player {
    border: 2px solid #000000;
    width: 500px;
    margin-bottom: 10px;
}

.lose {
    background-color: #b17d7d;
}

.win {
    background-color: #7db17d;
}

.tech-lose {
    background-color: #ab7db1;
}
