html {
    font-family: "Ubuntu", sans-serif;
    -webkit-text-size-adjust: 100%; /* This prevents mobile font size from changing */
    -webkit-user-select: none; /* This prevents users from selecting text */
}

body {
    overflow: hidden;
    margin: 0px;
}