@font-face {
    font-family: 'Rubik';
    src: url('../big noodle/big_noodle_titling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: rgb(0, 0, 0);
    font-family: Rubik;
    font-weight: bold;
    height: 100vh;
    margin: 0;
}

.team1-name {
    position: absolute;
    top: 15px;
    left: 18px;
    width: 180px;
    height: 51px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.team2-name {
    position: absolute;
    top: 15px;
    left: 533px;
    width: 180px;
    height: 51px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.team1-logo {
    position: absolute;
    top: 19px;
    left: 200px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-size: contain; /* Adapte l'image tout en maintenant ses proportions */
    background-position: center;
    background-repeat: no-repeat;
}

.team2-logo {
    position: absolute;
    top: 19px;
    left: 486px;
    border-radius: 5px;
    border-color: transparent;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-size: contain; /* Adapte l'image tout en maintenant ses proportions */
    background-position: center;
    background-repeat: no-repeat;
}

.team1-score {
    position: absolute;
    top: 19px;
    left: 267px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team2-score {
    position: absolute;
    top: 19px;
    left: 421px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}