html {
    display: grid;
    min-height: 100%;
    background-color: #8CC0EB;
}

body {
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #BFDDF0;
}

button{
    margin: 3px;
    color: whitesmoke;
    background-color: #8CC0EB;
    font-size: 200%;
    border-style: none;
    min-width: 70px;
    min-height: 70px;
}

button:disabled{
    opacity: 40%;
}

button:hover{
    background-color: #ffffff;
    color: lightgray;
}

.hangWord{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    letter-spacing: 50%;
    font-size: 250%;
}

.hangImage{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    min-width: 100%;
}

.hangImageObj{
    cursor: crosshair;
    margin: 10px;
    width: 25%;
}

.hangInfo{

}

.guessCount{

}

.guessButtons{
    display: block;
    justify-content: center;
    align-items: center;
}
