body {
    background-color: black;
}

#container {
    width: 900px;
    margin: 0 auto;
}

header {
    height: 50px;
    width: 780px;
    display: block;
    background-color: black;
    font-family: 'Press Start 2P', cursive;
    font-size: 50px ;
    color: green;
    text-align: center;
    padding: 10px 0;
    vertical-align: center;
    padding: 10px;
    margin: auto;
}

#game-info {
    width: auto;
    height: 80px;
    background-color: black;
    display: block;
    font-family: 'Press Start 2P', cursive;
    color: green;
    line-height: 25px;
    text-align: left;
    padding: 10px;
}

#player-name {
    width: 180px;
    padding: 10px;
}

#name {
    width: 180px;
    padding: 10px;
}


#game-time {
    color: red;
}

#time {
    color: red;
}

#game-window {
    height: 500px;
    width: 800px;
    background-color: black;
    margin: 0 auto;
    text-align: center;
    font-family: 'Press Start 2P', cursive;
    font-size: 30px;
    line-height: 250px;
    color: black;
    position: relative;
}

#new-head {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: black;
    background-size: cover;
}

#game-instructions {
    display: block;
    width: 780px;
    background-color: black;
    font-family: sans-serif;
    font-size: 15px ;   
    color: orange;
    text-align: justify; 
    padding: 10px;
}

