@font-face {
    font-family: "Audiowide-Regular";
    src: url("./Doc/assets/font/Audiowide-Regular.ttf");
}

* {
    font-family: "Audiowide-Regular";
}

body {
    background-image: url("./Doc/assets/Image/biker-burnout_1596922196-2048x1152.jpg");
    background-repeat: no-repeat;
    text-align: center;
    height: 100vh;
}

.game-intro {
    float: left;
    padding: 0% 3%;
}

.game-intro img {
    width: 400px;
    height: auto;
}

body button {
    font-size: 30px;
    padding: 20px 40px;
    border: 0;
    box-shadow: 0;
    border-radius: 100px;
    margin-bottom: 10px;
    color: red;
    background-color: black;
}

#game-board {
    float: left;
    padding: 30px 20px;
}

.game-info h1 {
    padding: 100px;
    justify-content: center;
    display: flex;
    color: white;
}

.game-info img {
    height: auto;
    width: 200px;
}

.players {
    display: flex;
    justify-content: center;
}

.players img {
    width: 70px;
    height: 100px;
}