@import "./gui.scss";

Scoreboard, .scoreboard {
    position: absolute;
    top: 50px;
    left: 400px;
    right: 400px;
    bottom: 50px;

    padding: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    // border-radius: 30px;

    // backdrop-filter: blur(2px);

    flex-wrap: wrap;

    font-family: Roboto;
    font-size: 25px;

    z-index: 100;

    h1 {
        font-family: Poppins;
        font-size: 60px;
        font-weight: 800;
        // margin-bottom: 20px;
        width: 100%;
    }

    

}

