body{
    background-color: black;
}

h2{
    color: #dc3545;

}

h3{
    color: #dc3545;
}

#canvas {
    border: 3px solid #dc3545;
    display: none;
}

#canvas-container{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#instructions{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
}

img {
    width: 50px;
}

#gameover {
    position: absolute;
    right: 320px;
    display: none;
}

#gameover h2{
    color: #dc3545;
    position: absolute;
    right: 50px;
}

#globepic {
    width: 800px;
}

p {
    color: #dc3545;
}

#instructions2 {
    display: flex;
    flex-direction: column;
    width: 300px;
    position: absolute;
    top: 400px;
    left: 15px;
    display: none;
}

#instructions3 {
    display: flex;
    flex-direction: column;
    width: 300px;
    position: absolute;
    left: 1135px;
    top: 400px;
    display: none;
}

#btn2 {
    display: none;
}
