@font-face {
    font-family: Neue Machina;
    src: url('../fonts/NeueMachina-Ultrabold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/SourceSerif4_18pt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.game-headline  h1{
    font-family: 'Neue Machina', sans-serif;
    color: #2825b8;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 4vw;
}
.players-display{
    text-align: center;
    
}
.last-btn {
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;  
}
#start-game-btn {
    border: 0;
    font-family: 'Neue Machina', sans-serif;
    background-color:#fd214a;
    color: #fffefe;
    border: 0;
    padding: 10px;
    border-radius: 15px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    display: none;
    margin: 20px;


 
 
}
.players-display h3, .player-info{
    text-align: center;
    font-family: 'Neue Machina', sans-serif;
}
.players-display h3 {
    font-size: 3vw;
    color: #db2e50;
    padding-bottom: 2%;
}
.player-info {
    font-size: 1.5em;
    color: #297ebc;
    padding-bottom: 1%;
}

#player1-name, #player2-name {
    font-family: 'Neue Machina', sans-serif;
}

#player-setup {
    text-align: center;
    margin-bottom: 1%;
}

#player-name-input {
    font-family: 'Neue Machina', sans-serif;
    font-size: 1rem;
    display: inline;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    margin: 20px auto;
    border-radius: 15px;
    border: 0;
    background-color: #ffffd9;
    color: black;
    margin: 0.5%;
    
    
}



#next-btn {
    padding: 15px;
    border: 0;
    font-family: 'Neue Machina', sans-serif;
    background-color:#fd214a;
    color: #fffefe;
    border: 0;
    padding: 10px;
    border-radius: 15px;
    font-size: 1rem;

}

