﻿body {
    -webkit-user-select: auto; /* Webkit browsers (Chrome, Safari, Opera) */
    -moz-user-select: auto; /* Firefox */
    -ms-user-select: auto; /* Internet Explorer/Edge */
    user-select: auto; /* Standard syntax */
}
