* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0.5rem;
}

#playground {
    border: solid;
    border-radius: 1rem;
    width: 330px;
    height: 465px;
    border-width: thin;
}

#message {
    background-color: grey;
    border: solid;
    border-radius: 1rem;
    width: 310px;
    height: 2rem;
    padding: 10px;
    text-align: center;
    border-width: thin;
}

.choose-symbol {
    border-radius: 1rem;
    color: #000;
    background-color: white;
    padding: 5px;
}

.choose-symbol:hover {
    cursor: pointer;
}

img {
    border-radius: 1rem;
}

h1 {
    text-align: left;
    margin-bottom: 2rem;
}

h2 {
    font-weight: 100;
}

button {
    margin: 10px;
}

body {
    align-content: center;
    text-align: center;
}

.symbol {
    display: inline-grid;
    margin: 0;
    padding: 0;
}

#computer, #player {
    border-radius: 1rem solid black;
    margin: 0;
    border-width: thin;
}

#buttons {
    margin: 0.5rem;
}