body {
    background-color: #273325;
}

h1, h3 {
    color: white;
}

header {
    text-align: center;
    margin-top: 150px;
}

.main {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(116, 134, 118);
    width: 500px;
    height: 430px;
    margin: auto;
    filter: drop-shadow(8px 8px 8px black);
}

.buttonSection {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border-radius: 10px;
}

button {
    border-radius: 10px;
    background-color: white;
    border: 4px solid transparent;
    margin: 10px;
}

button:hover {
    border: 4px solid #bd5454;
}

.scoreBoard {
    background-color: white;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border-radius: 10px;
}

.gameOutcome {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
