@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Contrail+One&family=Racing+Sans+One&display=swap');
/* @font-face {
    font-family: Contrail;
    src: url('./font/ContrailOne-Regular.ttf');
} */
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.container {
    position: absolute;
    /* width: 3363px; */
    width: 100%;
    height:fit-content;
    /* overflow-x: scroll;    */
}
.row {
    display: inline-flex;
}
.right, .left{
    display: inline-table;
    /* width:2595px;
    height:885px; */
    width:2592px;
    height:884px;
    margin-top: 283px;

    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid{
    display: inline-table;
    width:768px;
    height: 1538px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#score-side-h {
    z-index: 100;
    position: absolute;
    color: #f2f2f2;
    font-family: 'Racing Sans One', cursive;
    font-size: 160px;
    font-weight: bold;
    left: 755px;
    top: 380px;
}
#score-side-a {
    z-index: 100;
    position: absolute;
    color: #f2f2f2;
    font-family: 'Racing Sans One', cursive;
    font-size: 160px;
    font-weight: bold;
    left: 1723px;
    top: 380px;
}

#score-mid-h {
    z-index: 100;
    position: absolute;
    color: #f2f2f2;
    font-family: 'Contrail One', cursive;
    font-size: 160px;
    font-weight: bold;
    left: 345px;
    top: 450px;
}
#score-mid-a {
    z-index: 100;
    position: absolute;
    color: #f2f2f2;
    font-family: 'Contrail One', cursive;
    font-size: 160px;
    font-weight: bold;
    left: 345px;
    top: 720px;
}

#match-time-side-l{
    z-index: 100;
    position: absolute;
    color: #f2f2f2;
    font-family: 'Contrail One', cursive;
    font-size: 100px;
    font-weight: bold;
    left: 1189px;
    top: 275px;
}
#match-time-side-r{
    z-index: 100;
    position: absolute;
    color: #f2f2f2;
    font-family: 'Contrail One', cursive;
    font-size: 100px;
    font-weight: bold;
    left: 1189px;
    top: 275px;
}
#match-time-mid{
    z-index: 100;
    position: absolute;
    color: #f2f2f2;
    font-family: 'Contrail One', cursive;
    font-size: 130px;
    font-weight: bold;
    left: 245px;
    top: -55px;
}