﻿/* Make 1 rem equal to 10 pixels to enable use of rems to easily replace pixels for font-sizing */
html {
    font-size: 62.5%;
}

html, body {
    width: 100vw;
    height: 100vh;
}

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a {
    cursor: pointer;
}
