html {
    background-color: #1d1f20;
    color: #EEE;
    font-family: Ubuntu, sans-serif;
    font-size: 11pt;
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d1f20;
}

#container {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #212324;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    width: 40%;
    height: 40%;
    min-height: 300px;
    min-width: 500px;
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.5);
}

.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image img {
    width: 200px;
}

.paragraph {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14pt;
    color: #eee;
}

#hidden {
    display: block;
    color: #F2F2F2;
}

#golButtons {
    display: block;
    text-align: center;
    margin: auto;
}

input {
    background-color: #222222;
    color: #FFFFFF;
    padding: 6px 12px;
    margin: 4px;
    border-radius: 4px;
    border: 1px solid #333;
    font-size: 11pt;
}

#golCanvas {
    display: block;
}

.alertDiv {
    display: block;
    padding: 8px 12px;
    background-color: #339966;
    position: absolute;
    left: 5px;
    bottom: 5px;
}
