html {
    background-color: #4D87E2;
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding:0
}