*{
    font-family: Bree Serif, sans-serif;
}
body{
    background-color: #fdfdff;
}
.flexability{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.full-height{
    position: relative;
}
.puzzle-grid {
    position: relative;
    width: 90%;
}
.puzzle-grid:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.puzzle-grid p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height:100%;
    height:100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#div1{
touch-action: none;
}
#form{
display: none;
}
#names , #scores , #ranks{
word-break: break-all;
}
footer{
    margin: 20px 0 0 0;
    padding: 15px 5px;
    text-align: center;
}
footer a{
    text-decoration: none;
    font-weight: bold;
}
#user1{
    background-image: radial-gradient(#FFDF4F 45%,  #CFAF1F 100%);
    background-size: 50% 50%;
}
#user2{
    background-image: radial-gradient(#D3D3D3 45%,  #A3A3A3 100%);
    background-size: 50% 50%;
}
#user3{
    background-image: radial-gradient(#C9AE5D 45%,  #997E2D 100%);
    background-size: 50% 50%;
}