/* Reset ou Normalize CSS */
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');

body{
    background: linear-gradient(200deg, #00C9FF 0%, #92FE9D 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    }