.square{

    width: 100%;
    
}

.text-gray{
    color: gray;
}

.clickable{
    cursor: pointer;
    user-select: none;
}