/*Set 16px = 1rem & website minimum width*/ 
html, body{
    font-size: 16px;
    min-width: 360px;
    min-height: 100%;
    margin: 0;
    padding: 0;
}
/* Prevent horizontal scrolling */
body{
    overflow-x: hidden;
}