﻿html, body {
    height: 100%;
    margin: 0;
    overflow-y: scroll;
}

body {
    background: radial-gradient(circle at top left, #f0f2ff 0, #f6f6f6 45%, #faf7f2 100%);
    background-attachment: fixed;
    margin: 0;
}
