﻿/*Remove scrollbars*/
body {
    margin: 0px;
    overflow: hidden;
}
